#021D12

Color #021D12 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #021D12

Tints of Dark Green #021D12

Color information

#021D12 (or 0x021D12) is unknown color: approx 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

RGB22918-
CMYK0.9300.380.89
HSL155.56º87.1%6.08%-
HSV(B)155.56º93.1%11.37%-
XYZ0.570.940.72-
YUV19.67127.05115.39-

RGB Variations

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

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 (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal229180.9300.380.89155.5687.16.08
Hex21D125D026599c576
Octal235221350461312341276
Binary101110110010101110101001101011001100111001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>