#02880D

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

Shades of Green #02880D

Tints of Green #02880D

Color information

#02880D (or 0x02880D) is unknown color: approx Green. HEX triplet: 02, 88 and 0D. RGB value is (2,136,13). Sum of RGB (Red+Green+Blue) = 2+136+13=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 136 (53.52% from 255 or 90.07% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 136 - color contains mainly: green. Hex color #02880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02880D is #FD77F2. Grayscale: #525252. Windows color (decimal): -16611315 or 886786. OLE color: 886786.

HSL color Cylindrical-coordinate representation of color #02880D: hue angle of 124.93º 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 #02880D is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB213613-
CMYK0.9900.900.47
HSL124.93º97.1%27.06%-
HSV(B)124.93º98.53%53.33%-
XYZ8.917.653.32-
YUV81.9189.1171-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 136 (53.52% from 255) = 90.07%
BLUE value IS 13 (5.47% from 255) = 8.61%
R=1.32%
G=90.07%
B=8.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2136130.9900.900.47124.9397.127.06
Hex288D6305A2F7d611b
Octal22101514301325717514133
Binary101000100011011100011010110101011111111101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02880D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02880D; }

 p { color: rgb(2,136,13); }

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

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

 a { background-color: rgb(2,136,13); }

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

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

 span { border-color: rgb(2,136,13); }

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