Html Css Color HEX #02201A Dark Green

📋 copy color: '#02201A'

red 2 ◦ green 32 ◦ blue 26

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

Shades of Dark Green #02201A

Tints of Dark Green #02201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 53.33%

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

R = 3.33%
G = 53.33%
B = 43.33%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#02201A (or 0x02201A) is known color: Dark Green. HEX triplet: 02, 20 and 1A. RGB value is (2,32,26). Sum of RGB (Red+Green+Blue) = 2+32+26=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 26 (10.55% from 255 or 43.33% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #02201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02201A is #FDDFE5. Grayscale: #161616. Windows color (decimal): -16637926 or 1712130. OLE color: 1712130.

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

Color convert

RGB 2 32 26 -
CMYK 0.94 0 0.19 0.87
HSL 168º 0.88% 0.07% -
HSV(B) 168º 0.94% 0.13% -
XYZ 0.73 1.12 1.16 -
YUV 22.35 130.06 113.49 -
System Red Green Blue C M Y K H S L
Decimal 2 32 26 0.94 0 0.19 0.87 168 0.88 0.07
Hex 2 20 1A 5E 0 13 57 A8 58 7
Octal 2 40 32 136 0 23 127 250 130 7
Binary 10 100000 11010 1011110 0 10011 1010111 10101000 1011000 111

Color Harmonies of #02201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02201A

Black with #02201A

Text Example


Text Example

White with #02201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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