Html Css Color HEX #021D0D Dark Green

📋 copy color: '#021D0D'

red 2 ◦ green 29 ◦ blue 13

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

Shades of Dark Green #021D0D

Tints of Dark Green #021D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 4.55%
G = 65.91%
B = 29.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.55

 K value IS 0.89

RGB Variations

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

Color information

#021D0D (or 0x021D0D) is known color: Dark Green. HEX triplet: 02, 1D and 0D. RGB value is (2,29,13). Sum of RGB (Red+Green+Blue) = 2+29+13=44 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.55% from 44); Green value is 29 (11.72% from 255 or 65.91% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 29 - color contains mainly: green. Hex color #021D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D0D is #FDE2F2. Grayscale: #131313. Windows color (decimal): -16638707 or 859394. OLE color: 859394.

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

Color convert

RGB 2 29 13 -
CMYK 0.93 0 0.55 0.89
HSL 144.44º 0.87% 0.06% -
HSV(B) 144.44º 0.93% 0.11% -
XYZ 0.54 0.92 0.53 -
YUV 19.1 124.55 115.8 -
System Red Green Blue C M Y K H S L
Decimal 2 29 13 0.93 0 0.55 0.89 144.44 0.87 0.06
Hex 2 1D D 5D 0 37 59 90 57 6
Octal 2 35 15 135 0 67 131 220 127 6
Binary 10 11101 1101 1011101 0 110111 1011001 10010000 1010111 110

Color Harmonies of #021D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D0D

Black with #021D0D

Text Example


Text Example

White with #021D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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