Html Css Color HEX #022013 Dark Green

📋 copy color: '#022013'

red 2 ◦ green 32 ◦ blue 19

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

Shades of Dark Green #022013

Tints of Dark Green #022013

RGB

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

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

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

R = 3.77%
G = 60.38%
B = 35.85%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.41

 K value IS 0.87

RGB Variations

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

Color information

#022013 (or 0x022013) is known color: Dark Green. HEX triplet: 02, 20 and 13. RGB value is (2,32,19). Sum of RGB (Red+Green+Blue) = 2+32+19=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 32 (12.89% from 255 or 60.38% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 32 - color contains mainly: green. Hex color #022013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022013 is #FDDFEC. Grayscale: #151515. Windows color (decimal): -16637933 or 1253378. OLE color: 1253378.

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

Color convert

RGB 2 32 19 -
CMYK 0.94 0 0.41 0.87
HSL 154º 0.88% 0.07% -
HSV(B) 154º 0.94% 0.13% -
XYZ 0.66 1.09 0.79 -
YUV 21.55 126.56 114.06 -
System Red Green Blue C M Y K H S L
Decimal 2 32 19 0.94 0 0.41 0.87 154 0.88 0.07
Hex 2 20 13 5E 0 29 57 9A 58 7
Octal 2 40 23 136 0 51 127 232 130 7
Binary 10 100000 10011 1011110 0 101001 1010111 10011010 1011000 111

Color Harmonies of #022013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022013

Black with #022013

Text Example


Text Example

White with #022013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022013; }

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

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

background-color css

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

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

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

border-color css

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

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

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