#02880B

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

Shades of Green #02880B

Tints of Green #02880B

Color information

#02880B (or 0x02880B) is unknown color: approx Green. HEX triplet: 02, 88 and 0B. RGB value is (2,136,11). Sum of RGB (Red+Green+Blue) = 2+136+11=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 136 (53.52% from 255 or 91.28% from 149); Blue value is 11 (4.69% from 255 or 7.38% from 149); Max value from RGB is 136 - color contains mainly: green. Hex color #02880B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02880B is #FD77F4. Grayscale: #525252. Windows color (decimal): -16611317 or 755714. OLE color: 755714.

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

Color convert

RGB213611-
CMYK0.9900.920.47
HSL124.03º97.1%27.06%-
HSV(B)124.03º98.53%53.33%-
XYZ8.8917.653.25-
YUV81.6888.1171.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.34%
GREEN value IS 136 (53.52% from 255) = 91.28%
BLUE value IS 11 (4.69% from 255) = 7.38%
R=1.34%
G=91.28%
B=7.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2136110.9900.920.47124.0397.127.06
Hex288B6305C2F7c611b
Octal22101314301345717414133
Binary101000100010111100011010111001011111111100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02880B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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