Html Css Color HEX #022210 Dark Green

📋 copy color: '#022210'

red 2 ◦ green 34 ◦ blue 16

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

Shades of Dark Green #022210

Tints of Dark Green #022210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 30.77%

R = 3.85%
G = 65.38%
B = 30.77%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#022210 (or 0x022210) is known color: Dark Green. HEX triplet: 02, 22 and 10. RGB value is (2,34,16). Sum of RGB (Red+Green+Blue) = 2+34+16=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 34 (13.67% from 255 or 65.38% from 52); Blue value is 16 (6.64% from 255 or 30.77% from 52); Max value from RGB is 34 - color contains mainly: green. Hex color #022210 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022210 is #FDDDEF. Grayscale: #161616. Windows color (decimal): -16637424 or 1057282. OLE color: 1057282.

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

Color convert

RGB 2 34 16 -
CMYK 0.94 0 0.53 0.87
HSL 146.25º 0.89% 0.07% -
HSV(B) 146.25º 0.94% 0.13% -
XYZ 0.69 1.19 0.68 -
YUV 22.38 124.4 113.46 -
System Red Green Blue C M Y K H S L
Decimal 2 34 16 0.94 0 0.53 0.87 146.25 0.89 0.07
Hex 2 22 10 5E 0 35 57 92 59 7
Octal 2 42 20 136 0 65 127 222 131 7
Binary 10 100010 10000 1011110 0 110101 1010111 10010010 1011001 111

Color Harmonies of #022210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022210

Black with #022210

Text Example


Text Example

White with #022210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022210; }

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

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

background-color css

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

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

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

border-color css

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

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

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