Html Css Color HEX #021D16 Dark Green

📋 copy color: '#021D16'

red 2 ◦ green 29 ◦ blue 22

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

Shades of Dark Green #021D16

Tints of Dark Green #021D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 41.51%

R = 3.77%
G = 54.72%
B = 41.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.89

RGB Variations

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

Color information

#021D16 (or 0x021D16) is known color: Dark Green. HEX triplet: 02, 1D and 16. RGB value is (2,29,22). Sum of RGB (Red+Green+Blue) = 2+29+22=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 29 (11.72% from 255 or 54.72% from 53); Blue value is 22 (8.98% from 255 or 41.51% from 53); Max value from RGB is 29 - color contains mainly: green. Hex color #021D16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D16 is #FDE2E9. Grayscale: #141414. Windows color (decimal): -16638698 or 1449218. OLE color: 1449218.

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

Color convert

RGB 2 29 22 -
CMYK 0.93 0 0.24 0.89
HSL 164.44º 0.87% 0.06% -
HSV(B) 164.44º 0.93% 0.11% -
XYZ 0.61 0.95 0.91 -
YUV 20.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 2 29 22 0.93 0 0.24 0.89 164.44 0.87 0.06
Hex 2 1D 16 5D 0 18 59 A4 57 6
Octal 2 35 26 135 0 30 131 244 127 6
Binary 10 11101 10110 1011101 0 11000 1011001 10100100 1010111 110

Color Harmonies of #021D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D16

Black with #021D16

Text Example


Text Example

White with #021D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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