#02814C

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

Shades of Watercourse #02814C

Tints of Watercourse #02814C

Color information

#02814C (or 0x02814C) is unknown color: approx Watercourse. HEX triplet: 02, 81 and 4C. RGB value is (2,129,76). Sum of RGB (Red+Green+Blue) = 2+129+76=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #02814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02814C is #FD7EB3. Grayscale: #555555. Windows color (decimal): -16613044 or 5013762. OLE color: 5013762.

HSL color Cylindrical-coordinate representation of color #02814C: hue angle of 154.96º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02814C is Cyan = 0.98, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB212976-
CMYK0.9800.410.49
HSL154.96º96.95%25.69%-
HSV(B)154.96º98.45%50.59%-
XYZ9.1816.249.49-
YUV84.98122.9268.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 129 (50.78% from 255) = 62.32%
BLUE value IS 76 (30.08% from 255) = 36.71%
R=0.97%
G=62.32%
B=36.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129760.9800.410.49154.9696.9525.69
Hex2814C62029319b611a
Octal22011141420516123314132
Binary101000000110011001100010010100111000110011011110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02814C; }

 p { color: rgb(2,129,76); }

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

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

 a { background-color: rgb(2,129,76); }

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

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

 span { border-color: rgb(2,129,76); }

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