#02211E

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

Shades of Dark Green #02211E

Tints of Dark Green #02211E

Color information

#02211E (or 0x02211E) is unknown color: approx Dark Green. HEX triplet: 02, 21 and 1E. RGB value is (2,33,30). Sum of RGB (Red+Green+Blue) = 2+33+30=65 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.08% from 65); Green value is 33 (13.28% from 255 or 50.77% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 33 - color contains mainly: green. Hex color #02211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211E is #FDDEE1. Grayscale: #171717. Windows color (decimal): -16637666 or 1974530. OLE color: 1974530.

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

Color convert

RGB23330-
CMYK0.9400.090.87
HSL174.19º88.57%6.86%-
HSV(B)174.19º93.94%12.94%-
XYZ0.81.191.42-
YUV23.39131.73112.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.08%
GREEN value IS 33 (13.28% from 255) = 50.77%
BLUE value IS 30 (12.11% from 255) = 46.15%
R=3.08%
G=50.77%
B=46.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal233300.9400.090.87174.1988.576.86
Hex2211E5E0957ae597
Octal241361360111272561317
Binary10100001111101011110010011010111101011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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