Html Css Color HEX #022010 Dark Green

📋 copy color: '#022010'

red 2 ◦ green 32 ◦ blue 16

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

Shades of Dark Green #022010

Tints of Dark Green #022010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 64%

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

R = 4%
G = 64%
B = 32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.5

 K value IS 0.87

RGB Variations

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

Color information

#022010 (or 0x022010) is known color: Dark Green. HEX triplet: 02, 20 and 10. RGB value is (2,32,16). Sum of RGB (Red+Green+Blue) = 2+32+16=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 32 (12.89% from 255 or 64% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 32 - color contains mainly: green. Hex color #022010 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022010 is #FDDFEF. Grayscale: #151515. Windows color (decimal): -16637936 or 1056770. OLE color: 1056770.

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

Color convert

RGB 2 32 16 -
CMYK 0.94 0 0.5 0.87
HSL 148º 0.88% 0.07% -
HSV(B) 148º 0.94% 0.13% -
XYZ 0.64 1.08 0.67 -
YUV 21.21 125.06 114.3 -
System Red Green Blue C M Y K H S L
Decimal 2 32 16 0.94 0 0.5 0.87 148 0.88 0.07
Hex 2 20 10 5E 0 32 57 94 58 7
Octal 2 40 20 136 0 62 127 224 130 7
Binary 10 100000 10000 1011110 0 110010 1010111 10010100 1011000 111

Color Harmonies of #022010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022010

Black with #022010

Text Example


Text Example

White with #022010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022010; }

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

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

background-color css

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

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

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

border-color css

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

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

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