#02201A

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

Shades of Dark Green #02201A

Tints of Dark Green #02201A

Color information

#02201A (or 0x02201A) is unknown color: approx Dark Green. HEX triplet: 02, 20 and 1A. RGB value is (2,32,26). Sum of RGB (Red+Green+Blue) = 2+32+26=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #02201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201A is #FDDFE5. Grayscale: #161616. Windows color (decimal): -16637926 or 1712130. OLE color: 1712130.

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

Color convert

RGB23226-
CMYK0.9400.190.87
HSL168º88.24%6.67%-
HSV(B)168º93.75%12.55%-
XYZ0.731.121.16-
YUV22.35130.06113.49-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.33%
GREEN value IS 32 (12.89% from 255) = 53.33%
BLUE value IS 26 (10.55% from 255) = 43.33%
R=3.33%
G=53.33%
B=43.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal232260.9400.190.8716888.246.67
Hex2201A5E01357a8587
Octal240321360231272501307
Binary101000001101010111100100111010111101010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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