#021F12

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

Shades of Dark Green #021F12

Tints of Dark Green #021F12

Color information

#021F12 (or 0x021F12) is unknown color: approx Dark Green. HEX triplet: 02, 1F and 12. RGB value is (2,31,18). Sum of RGB (Red+Green+Blue) = 2+31+18=51 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.92% from 51); Green value is 31 (12.5% from 255 or 60.78% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 31 - color contains mainly: green. Hex color #021F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #021F12 is #FDE0ED. Grayscale: #141414. Windows color (decimal): -16638190 or 1187586. OLE color: 1187586.

HSL color Cylindrical-coordinate representation of color #021F12: hue angle of 153.1º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021F12 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.

Color convert

RGB23118-
CMYK0.9400.420.88
HSL153.1º87.88%6.47%-
HSV(B)153.1º93.55%12.16%-
XYZ0.621.040.74-
YUV20.85126.39114.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.92%
GREEN value IS 31 (12.5% from 255) = 60.78%
BLUE value IS 18 (7.42% from 255) = 35.29%
R=3.92%
G=60.78%
B=35.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal231180.9400.420.88153.187.886.47
Hex21F125E02A5899586
Octal237221360521302311306
Binary101111110010101111001010101011000100110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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