Html Css Color HEX #02880D Green

📋 copy color: '#02880D'

red 2 ◦ green 136 ◦ blue 13

#02880D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #02880D

Tints of Green #02880D

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 value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#02880D (or 0x02880D) is known color: 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

RGB 2 136 13 -
CMYK 0.99 0 0.90 0.47
HSL 124.93º 0.97% 0.27% -
HSV(B) 124.93º 0.99% 0.53% -
XYZ 8.9 17.65 3.32 -
YUV 81.91 89.11 71 -
System Red Green Blue C M Y K H S L
Decimal 2 136 13 0.99 0 0.90 0.47 124.93 0.97 0.27
Hex 2 88 D 63 0 5A 2F 7D 61 1B
Octal 2 210 15 143 0 132 57 175 141 33
Binary 10 10001000 1101 1100011 0 1011010 101111 1111101 1100001 11011

Color Harmonies of #02880D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02880D

Black with #02880D

Text Example


Text Example

White with #02880D

Text Example


Text Example

HTML Codes & Css Web 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>