#02211C

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

Shades of Dark Green #02211C

Tints of Dark Green #02211C

Color information

#02211C (or 0x02211C) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 1C. RGB value is (2,33,28). Sum of RGB (Red+Green+Blue) = 2+33+28=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 33 (13.28% from 255 or 52.38% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 33 - color contains mainly: green. Hex color #02211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211C is #FDDEE3. Grayscale: #171717. Windows color (decimal): -16637668 or 1843458. OLE color: 1843458.

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

Color convert

RGB23328-
CMYK0.9400.150.87
HSL170.32º88.57%6.86%-
HSV(B)170.32º93.94%12.94%-
XYZ0.781.181.29-
YUV23.16130.73112.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 33 (13.28% from 255) = 52.38%
BLUE value IS 28 (11.33% from 255) = 44.44%
R=3.17%
G=52.38%
B=44.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233280.9400.150.87170.3288.576.86
Hex2211C5E0F57aa597
Octal241341360171272521317
Binary10100001111001011110011111010111101010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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