#008148

Color #008148 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #008148

Tints of Watercourse #008148

Color information

#008148 (or 0x008148) is unknown color: approx Watercourse. HEX triplet: 00, 81 and 48. RGB value is (0,129,72). Sum of RGB (Red+Green+Blue) = 0+129+72=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 72 (28.52% from 255 or 35.82% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #008148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008148 is #FF7EB7. Grayscale: #545454. Windows color (decimal): -16744120 or 4751616. OLE color: 4751616.

HSL color Cylindrical-coordinate representation of color #008148: hue angle of 153.49º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008148 is Cyan = 1, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB012972-
CMYK100.440.49
HSL153.49º100%25.29%-
HSV(B)153.49º100%50.59%-
XYZ9.0216.178.78-
YUV83.93121.2668.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 129 (50.78% from 255) = 64.18%
BLUE value IS 72 (28.52% from 255) = 35.82%
R=0%
G=64.18%
B=35.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal012972100.440.49153.4910025.29
Hex081486402C31996419
Octal02011101440546123114431
Binary01000000110010001100100010110011000110011001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008148; }

 p { color: rgb(0,129,72); }

 H1.HeaderClassName
 {
   color: #008148;
 }
 .AnyTagClassName
 {
   color: #008148;
 }
</style>
background-color css

<style>
 a { background-color: #008148; }

 a { background-color: rgb(0,129,72); }

 div.DivClassName
 {
   background-color: #008148;
 }
 .BgClassName
 {
   background-color: #008148;
 }
</style>
border-color css

<style>
 span { border-color: #008148; }

 span { border-color: rgb(0,129,72); }

 td.TdClassName
 {
   border-color: #008148;
 }
 .TagClassName
 {
   border-color: #008148;
 }
</style>