Html Css Color HEX #02211C Dark Green

📋 copy color: '#02211C'

red 2 ◦ green 33 ◦ blue 28

#02211C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #02211C

Tints of Dark Green #02211C

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 value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#02211C (or 0x02211C) is known color: 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

RGB 2 33 28 -
CMYK 0.94 0 0.15 0.87
HSL 170.32º 0.89% 0.07% -
HSV(B) 170.32º 0.94% 0.13% -
XYZ 0.78 1.18 1.29 -
YUV 23.16 130.73 112.91 -
System Red Green Blue C M Y K H S L
Decimal 2 33 28 0.94 0 0.15 0.87 170.32 0.89 0.07
Hex 2 21 1C 5E 0 F 57 AA 59 7
Octal 2 41 34 136 0 17 127 252 131 7
Binary 10 100001 11100 1011110 0 1111 1010111 10101010 1011001 111

Color Harmonies of #02211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02211C

Black with #02211C

Text Example


Text Example

White with #02211C

Text Example


Text Example

HTML Codes & Css Web 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>