Html Css Color HEX #02211A Dark Green

📋 copy color: '#02211A'

red 2 ◦ green 33 ◦ blue 26

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

Shades of Dark Green #02211A

Tints of Dark Green #02211A

RGB

 RED value IS 2 (1.17% from 255) = 3.28%

 GREEN value IS 33 (13.28% from 255) = 54.1%

 BLUE value IS 26 (10.55% from 255) = 42.62%

R = 3.28%
G = 54.1%
B = 42.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#02211A (or 0x02211A) is known color: Dark Green. HEX triplet: 02, 21 and 1A. RGB value is (2,33,26). Sum of RGB (Red+Green+Blue) = 2+33+26=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #02211A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02211A is #FDDEE5. Grayscale: #161616. Windows color (decimal): -16637670 or 1712386. OLE color: 1712386.

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

Color convert

RGB 2 33 26 -
CMYK 0.94 0 0.21 0.87
HSL 166.45º 0.89% 0.07% -
HSV(B) 166.45º 0.94% 0.13% -
XYZ 0.76 1.18 1.16 -
YUV 22.93 129.73 113.07 -
System Red Green Blue C M Y K H S L
Decimal 2 33 26 0.94 0 0.21 0.87 166.45 0.89 0.07
Hex 2 21 1A 5E 0 15 57 A6 59 7
Octal 2 41 32 136 0 25 127 246 131 7
Binary 10 100001 11010 1011110 0 10101 1010111 10100110 1011001 111

Color Harmonies of #02211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02211A

Black with #02211A

Text Example


Text Example

White with #02211A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02211A;
 }
 .AnyTagClassName
 {
   color: #02211A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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