#02200A

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

Shades of Dark Green #02200A

Tints of Dark Green #02200A

Color information

#02200A (or 0x02200A) is unknown color: approx Dark Green. HEX triplet: 02, 20 and 0A. RGB value is (2,32,10). Sum of RGB (Red+Green+Blue) = 2+32+10=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 32 (12.89% from 255 or 72.73% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 32 - color contains mainly: green. Hex color #02200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02200A is #FDDFF5. Grayscale: #141414. Windows color (decimal): -16637942 or 663554. OLE color: 663554.

HSL color Cylindrical-coordinate representation of color #02200A: hue angle of 136º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02200A is Cyan = 0.94, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB23210-
CMYK0.9400.690.87
HSL136º88.24%6.67%-
HSV(B)136º93.75%12.55%-
XYZ0.61.070.46-
YUV20.52122.06114.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.55%
GREEN value IS 32 (12.89% from 255) = 72.73%
BLUE value IS 10 (4.30% from 255) = 22.73%
R=4.55%
G=72.73%
B=22.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232100.9400.690.8713688.246.67
Hex220A5E0455788587
Octal2401213601051272101307
Binary1010000010101011110010001011010111100010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02200A; }

 p { color: rgb(2,32,10); }

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

<style>
 a { background-color: #02200A; }

 a { background-color: rgb(2,32,10); }

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

<style>
 span { border-color: #02200A; }

 span { border-color: rgb(2,32,10); }

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