Html Css Color HEX #021D14 Dark Green

📋 copy color: '#021D14'

red 2 ◦ green 29 ◦ blue 20

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

Shades of Dark Green #021D14

Tints of Dark Green #021D14

RGB

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

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

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

R = 3.92%
G = 56.86%
B = 39.22%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.31

 K value IS 0.89

RGB Variations

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

Color information

#021D14 (or 0x021D14) is known color: Dark Green. HEX triplet: 02, 1D and 14. RGB value is (2,29,20). Sum of RGB (Red+Green+Blue) = 2+29+20=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 29 (11.72% from 255 or 56.86% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 29 - color contains mainly: green. Hex color #021D14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D14 is #FDE2EB. Grayscale: #131313. Windows color (decimal): -16638700 or 1318146. OLE color: 1318146.

HSL color Cylindrical-coordinate representation of color #021D14: hue angle of 160º 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 #021D14 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 29 20 -
CMYK 0.93 0 0.31 0.89
HSL 160º 0.87% 0.06% -
HSV(B) 160º 0.93% 0.11% -
XYZ 0.59 0.94 0.81 -
YUV 19.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 2 29 20 0.93 0 0.31 0.89 160 0.87 0.06
Hex 2 1D 14 5D 0 1F 59 A0 57 6
Octal 2 35 24 135 0 37 131 240 127 6
Binary 10 11101 10100 1011101 0 11111 1011001 10100000 1010111 110

Color Harmonies of #021D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D14

Black with #021D14

Text Example


Text Example

White with #021D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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