#02872C

Color #02872C Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #02872C

Tints of Dark Spring Green #02872C

Color information

#02872C (or 0x02872C) is unknown color: approx Dark Spring Green. HEX triplet: 02, 87 and 2C. RGB value is (2,135,44). Sum of RGB (Red+Green+Blue) = 2+135+44=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 135 (53.12% from 255 or 74.59% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 135 - color contains mainly: green. Hex color #02872C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02872C is #FD78D3. Grayscale: #555555. Windows color (decimal): -16611540 or 2918146. OLE color: 2918146.

HSL color Cylindrical-coordinate representation of color #02872C: hue angle of 138.95º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02872C is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB213544-
CMYK0.9900.670.47
HSL138.95º97.08%26.86%-
HSV(B)138.95º98.52%52.94%-
XYZ9.1417.525.28-
YUV84.86104.9468.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 135 (53.12% from 255) = 74.59%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=1.10%
G=74.59%
B=24.31%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2135440.9900.670.47138.9597.0826.86
Hex2872C630432F8b611b
Octal22075414301035721314133
Binary101000011110110011000110100001110111110001011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02872C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,135,44); }

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

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

 a { background-color: rgb(2,135,44); }

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

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

 span { border-color: rgb(2,135,44); }

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