#02201C

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

Shades of Dark Green #02201C

Tints of Dark Green #02201C

Color information

#02201C (or 0x02201C) is unknown color: approx Dark Green. HEX triplet: 02, 20 and 1C. RGB value is (2,32,28). Sum of RGB (Red+Green+Blue) = 2+32+28=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 32 (12.89% from 255 or 51.61% from 62); Blue value is 28 (11.33% from 255 or 45.16% from 62); Max value from RGB is 32 - color contains mainly: green. Hex color #02201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201C is #FDDFE3. Grayscale: #161616. Windows color (decimal): -16637924 or 1843202. OLE color: 1843202.

HSL color Cylindrical-coordinate representation of color #02201C: hue angle of 172º 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 #02201C is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB23228-
CMYK0.9400.120.87
HSL172º88.24%6.67%-
HSV(B)172º93.75%12.55%-
XYZ0.751.131.28-
YUV22.57131.06113.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 32 (12.89% from 255) = 51.61%
BLUE value IS 28 (11.33% from 255) = 45.16%
R=3.23%
G=51.61%
B=45.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232280.9400.120.8717288.246.67
Hex2201C5E0C57ac587
Octal240341360141272541307
Binary10100000111001011110011001010111101011001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02201C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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