#02211B

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

Shades of Dark Green #02211B

Tints of Dark Green #02211B

Color information

#02211B (or 0x02211B) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 1B. RGB value is (2,33,27). Sum of RGB (Red+Green+Blue) = 2+33+27=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 27 (10.94% from 255 or 43.55% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #02211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211B is #FDDEE4. Grayscale: #171717. Windows color (decimal): -16637669 or 1777922. OLE color: 1777922.

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

Color convert

RGB23327-
CMYK0.9400.180.87
HSL168.39º88.57%6.86%-
HSV(B)168.39º93.94%12.94%-
XYZ0.771.181.22-
YUV23.05130.23112.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 33 (13.28% from 255) = 53.23%
BLUE value IS 27 (10.94% from 255) = 43.55%
R=3.23%
G=53.23%
B=43.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233270.9400.180.87168.3988.576.86
Hex2211B5E01257a8597
Octal241331360221272501317
Binary101000011101110111100100101010111101010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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