Html Css Color HEX #02220D Dark Green

📋 copy color: '#02220D'

red 2 ◦ green 34 ◦ blue 13

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

Shades of Dark Green #02220D

Tints of Dark Green #02220D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 69.39%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 4.08%
G = 69.39%
B = 26.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.62

 K value IS 0.87

RGB Variations

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

Color information

#02220D (or 0x02220D) is known color: Dark Green. HEX triplet: 02, 22 and 0D. RGB value is (2,34,13). Sum of RGB (Red+Green+Blue) = 2+34+13=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 34 (13.67% from 255 or 69.39% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 34 - color contains mainly: green. Hex color #02220D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220D is #FDDDF2. Grayscale: #161616. Windows color (decimal): -16637427 or 860674. OLE color: 860674.

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

Color convert

RGB 2 34 13 -
CMYK 0.94 0 0.62 0.87
HSL 140.63º 0.89% 0.07% -
HSV(B) 140.63º 0.94% 0.13% -
XYZ 0.67 1.19 0.57 -
YUV 22.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 2 34 13 0.94 0 0.62 0.87 140.63 0.89 0.07
Hex 2 22 D 5E 0 3E 57 8D 59 7
Octal 2 42 15 136 0 76 127 215 131 7
Binary 10 100010 1101 1011110 0 111110 1010111 10001101 1011001 111

Color Harmonies of #02220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02220D

Black with #02220D

Text Example


Text Example

White with #02220D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02220D; }

 p { color: rgb(2,34,13); }

 H1.HeaderClassName
 {
   color: #02220D;
 }
 .AnyTagClassName
 {
   color: #02220D;
 }
</style>

background-color css

<style>
 a { background-color: #02220D; }

 a { background-color: rgb(2,34,13); }

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

border-color css

<style>
 span { border-color: #02220D; }

 span { border-color: rgb(2,34,13); }

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