Html Css Color HEX #021D12 Dark Green

📋 copy color: '#021D12'

red 2 ◦ green 29 ◦ blue 18

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

Shades of Dark Green #021D12

Tints of Dark Green #021D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 36.73%

R = 4.08%
G = 59.18%
B = 36.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.38

 K value IS 0.89

RGB Variations

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

Color information

#021D12 (or 0x021D12) is known color: Dark Green. HEX triplet: 02, 1D and 12. RGB value is (2,29,18). Sum of RGB (Red+Green+Blue) = 2+29+18=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 29 (11.72% from 255 or 59.18% from 49); Blue value is 18 (7.42% from 255 or 36.73% from 49); Max value from RGB is 29 - color contains mainly: green. Hex color #021D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021D12 is #FDE2ED. Grayscale: #131313. Windows color (decimal): -16638702 or 1187074. OLE color: 1187074.

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

Color convert

RGB 2 29 18 -
CMYK 0.93 0 0.38 0.89
HSL 155.56º 0.87% 0.06% -
HSV(B) 155.56º 0.93% 0.11% -
XYZ 0.57 0.94 0.72 -
YUV 19.67 127.05 115.39 -
System Red Green Blue C M Y K H S L
Decimal 2 29 18 0.93 0 0.38 0.89 155.56 0.87 0.06
Hex 2 1D 12 5D 0 26 59 9C 57 6
Octal 2 35 22 135 0 46 131 234 127 6
Binary 10 11101 10010 1011101 0 100110 1011001 10011100 1010111 110

Color Harmonies of #021D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021D12

Black with #021D12

Text Example


Text Example

White with #021D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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