Html Css Color HEX #02220F Dark Green

📋 copy color: '#02220F'

red 2 ◦ green 34 ◦ blue 15

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

Shades of Dark Green #02220F

Tints of Dark Green #02220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 29.41%

R = 3.92%
G = 66.67%
B = 29.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#02220F (or 0x02220F) is known color: Dark Green. HEX triplet: 02, 22 and 0F. RGB value is (2,34,15). Sum of RGB (Red+Green+Blue) = 2+34+15=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 34 (13.67% from 255 or 66.67% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 34 - color contains mainly: green. Hex color #02220F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #02220F is #FDDDF0. Grayscale: #161616. Windows color (decimal): -16637425 or 991746. OLE color: 991746.

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

Color convert

RGB 2 34 15 -
CMYK 0.94 0 0.56 0.87
HSL 144.38º 0.89% 0.07% -
HSV(B) 144.38º 0.94% 0.13% -
XYZ 0.68 1.19 0.65 -
YUV 22.27 123.9 113.54 -
System Red Green Blue C M Y K H S L
Decimal 2 34 15 0.94 0 0.56 0.87 144.38 0.89 0.07
Hex 2 22 F 5E 0 38 57 90 59 7
Octal 2 42 17 136 0 70 127 220 131 7
Binary 10 100010 1111 1011110 0 111000 1010111 10010000 1011001 111

Color Harmonies of #02220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02220F

Black with #02220F

Text Example


Text Example

White with #02220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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