#021C12

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

Shades of Dark Green #021C12

Tints of Dark Green #021C12

Color information

#021C12 (or 0x021C12) is unknown color: approx Dark Green. HEX triplet: 02, 1C and 12. RGB value is (2,28,18). Sum of RGB (Red+Green+Blue) = 2+28+18=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 18 (7.42% from 255 or 37.5% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #021C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021C12 is #FDE3ED. Grayscale: #131313. Windows color (decimal): -16638958 or 1186818. OLE color: 1186818.

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

Color convert

RGB22818-
CMYK0.9300.360.89
HSL156.92º86.67%5.88%-
HSV(B)156.92º92.86%10.98%-
XYZ0.550.890.71-
YUV19.09127.39115.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 28 (11.33% from 255) = 58.33%
BLUE value IS 18 (7.42% from 255) = 37.5%
R=4.17%
G=58.33%
B=37.5%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal228180.9300.360.89156.9286.675.88
Hex21C125D024599d576
Octal234221350441312351276
Binary101110010010101110101001001011001100111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021C12;
 }
 .AnyTagClassName
 {
   color: #021C12;
 }
</style>
background-color css

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

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

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

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

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

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