Html Css Color HEX #02221F Dark Green

📋 copy color: '#02221F'

red 2 ◦ green 34 ◦ blue 31

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

Shades of Dark Green #02221F

Tints of Dark Green #02221F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 46.27%

R = 2.99%
G = 50.75%
B = 46.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#02221F (or 0x02221F) is known color: Dark Green. HEX triplet: 02, 22 and 1F. RGB value is (2,34,31). Sum of RGB (Red+Green+Blue) = 2+34+31=67 (8% of max value = 765). Red value is 2 (1.17% from 255 or 2.99% from 67); Green value is 34 (13.67% from 255 or 50.75% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 34 - color contains mainly: green. Hex color #02221F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02221F is #FDDDE0. Grayscale: #181818. Windows color (decimal): -16637409 or 2040322. OLE color: 2040322.

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

Color convert

RGB 2 34 31 -
CMYK 0.94 0 0.09 0.87
HSL 174.38º 0.89% 0.07% -
HSV(B) 174.38º 0.94% 0.13% -
XYZ 0.84 1.26 1.49 -
YUV 24.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 2 34 31 0.94 0 0.09 0.87 174.38 0.89 0.07
Hex 2 22 1F 5E 0 9 57 AE 59 7
Octal 2 42 37 136 0 11 127 256 131 7
Binary 10 100010 11111 1011110 0 1001 1010111 10101110 1011001 111

Color Harmonies of #02221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02221F

Black with #02221F

Text Example


Text Example

White with #02221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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