Html Css Color HEX #022213 Dark Green

📋 copy color: '#022213'

red 2 ◦ green 34 ◦ blue 19

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

Shades of Dark Green #022213

Tints of Dark Green #022213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 3.64%
G = 61.82%
B = 34.55%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#022213 (or 0x022213) is known color: Dark Green. HEX triplet: 02, 22 and 13. RGB value is (2,34,19). Sum of RGB (Red+Green+Blue) = 2+34+19=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 34 (13.67% from 255 or 61.82% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 34 - color contains mainly: green. Hex color #022213 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022213 is #FDDDEC. Grayscale: #161616. Windows color (decimal): -16637421 or 1253890. OLE color: 1253890.

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

Color convert

RGB 2 34 19 -
CMYK 0.94 0 0.44 0.87
HSL 151.88º 0.89% 0.07% -
HSV(B) 151.88º 0.94% 0.13% -
XYZ 0.71 1.2 0.81 -
YUV 22.72 125.9 113.22 -
System Red Green Blue C M Y K H S L
Decimal 2 34 19 0.94 0 0.44 0.87 151.88 0.89 0.07
Hex 2 22 13 5E 0 2C 57 98 59 7
Octal 2 42 23 136 0 54 127 230 131 7
Binary 10 100010 10011 1011110 0 101100 1010111 10011000 1011001 111

Color Harmonies of #022213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022213

Black with #022213

Text Example


Text Example

White with #022213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022213; }

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

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

background-color css

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

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

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

border-color css

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

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

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