Html Css Color HEX #021D13 Dark Green

📋 copy color: '#021D13'

red 2 ◦ green 29 ◦ blue 19

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

Shades of Dark Green #021D13

Tints of Dark Green #021D13

RGB

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

 GREEN value IS 29 (11.72% from 255) = 58%

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

R = 4%
G = 58%
B = 38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.34

 K value IS 0.89

RGB Variations

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

Color information

#021D13 (or 0x021D13) is known color: Dark Green. HEX triplet: 02, 1D and 13. RGB value is (2,29,19). Sum of RGB (Red+Green+Blue) = 2+29+19=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 29 (11.72% from 255 or 58% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 29 - color contains mainly: green. Hex color #021D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D13 is #FDE2EC. Grayscale: #131313. Windows color (decimal): -16638701 or 1252610. OLE color: 1252610.

HSL color Cylindrical-coordinate representation of color #021D13: hue angle of 157.78º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021D13 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 19 -
CMYK 0.93 0 0.34 0.89
HSL 157.78º 0.87% 0.06% -
HSV(B) 157.78º 0.93% 0.11% -
XYZ 0.58 0.94 0.77 -
YUV 19.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 2 29 19 0.93 0 0.34 0.89 157.78 0.87 0.06
Hex 2 1D 13 5D 0 22 59 9E 57 6
Octal 2 35 23 135 0 42 131 236 127 6
Binary 10 11101 10011 1011101 0 100010 1011001 10011110 1010111 110

Color Harmonies of #021D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D13

Black with #021D13

Text Example


Text Example

White with #021D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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