Html Css Color HEX #022014 Dark Green

📋 copy color: '#022014'

red 2 ◦ green 32 ◦ blue 20

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

Shades of Dark Green #022014

Tints of Dark Green #022014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 3.7%
G = 59.26%
B = 37.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.37

 K value IS 0.87

RGB Variations

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

Color information

#022014 (or 0x022014) is known color: Dark Green. HEX triplet: 02, 20 and 14. RGB value is (2,32,20). Sum of RGB (Red+Green+Blue) = 2+32+20=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #022014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022014 is #FDDFEB. Grayscale: #151515. Windows color (decimal): -16637932 or 1318914. OLE color: 1318914.

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

Color convert

RGB 2 32 20 -
CMYK 0.94 0 0.37 0.87
HSL 156º 0.88% 0.07% -
HSV(B) 156º 0.94% 0.13% -
XYZ 0.67 1.1 0.84 -
YUV 21.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 2 32 20 0.94 0 0.37 0.87 156 0.88 0.07
Hex 2 20 14 5E 0 25 57 9C 58 7
Octal 2 40 24 136 0 45 127 234 130 7
Binary 10 100000 10100 1011110 0 100101 1010111 10011100 1011000 111

Color Harmonies of #022014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022014

Black with #022014

Text Example


Text Example

White with #022014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022014; }

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

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

background-color css

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

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

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

border-color css

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

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

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