Html Css Color HEX #022012 Dark Green

📋 copy color: '#022012'

red 2 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #022012

Tints of Dark Green #022012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 34.62%

R = 3.85%
G = 61.54%
B = 34.62%

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

#022012 (or 0x022012) is known color: Dark Green. HEX triplet: 02, 20 and 12. RGB value is (2,32,18). Sum of RGB (Red+Green+Blue) = 2+32+18=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 32 (12.89% from 255 or 61.54% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 32 - color contains mainly: green. Hex color #022012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022012 is #FDDFED. Grayscale: #151515. Windows color (decimal): -16637934 or 1187842. OLE color: 1187842.

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

Color convert

RGB 2 32 18 -
CMYK 0.94 0 0.44 0.87
HSL 152º 0.88% 0.07% -
HSV(B) 152º 0.94% 0.13% -
XYZ 0.65 1.09 0.75 -
YUV 21.43 126.06 114.14 -
System Red Green Blue C M Y K H S L
Decimal 2 32 18 0.94 0 0.44 0.87 152 0.88 0.07
Hex 2 20 12 5E 0 2C 57 98 58 7
Octal 2 40 22 136 0 54 127 230 130 7
Binary 10 100000 10010 1011110 0 101100 1010111 10011000 1011000 111

Color Harmonies of #022012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022012

Black with #022012

Text Example


Text Example

White with #022012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022012; }

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

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

background-color css

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

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

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

border-color css

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

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

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