#02814F

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

Shades of Watercourse #02814F

Tints of Watercourse #02814F

Color information

#02814F (or 0x02814F) is unknown color: approx Watercourse. HEX triplet: 02, 81 and 4F. RGB value is (2,129,79). Sum of RGB (Red+Green+Blue) = 2+129+79=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 129 (50.78% from 255 or 61.43% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 129 - color contains mainly: green. Hex color #02814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02814F is #FD7EB0. Grayscale: #555555. Windows color (decimal): -16613041 or 5210370. OLE color: 5210370.

HSL color Cylindrical-coordinate representation of color #02814F: hue angle of 156.38º 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 #02814F is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB212979-
CMYK0.9800.390.49
HSL156.38º96.95%25.69%-
HSV(B)156.38º98.45%50.59%-
XYZ9.2916.2810.05-
YUV85.33124.4268.57-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 129 (50.78% from 255) = 61.43%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=0.95%
G=61.43%
B=37.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129790.9800.390.49156.3896.9525.69
Hex2814F62027319c611a
Octal22011171420476123414132
Binary101000000110011111100010010011111000110011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02814F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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