Shades of Dark Green #031512
Tints of Dark Green #031512
RGB
CMYK
RGB Variations
Color information
#031512 (or 0x031512) is known color: Dark Green. HEX triplet: 03, 15 and 12. RGB value is (3,21,18). Sum of RGB (Red+Green+Blue) = 3+21+18=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 21 (8.59% from 255 or 50% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 21 - color contains mainly: green. Hex color #031512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031512 is #FCEAED. Grayscale: #0F0F0F. Windows color (decimal): -16575214 or 1185027. OLE color: 1185027.
HSL color Cylindrical-coordinate representation of color #031512: hue angle of 170º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #031512 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 21 | 18 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.92 |
| HSL | 170º | 0.75% | 0.05% | - |
| HSV(B) | 170º | 0.86% | 0.08% | - |
| XYZ | 0.41 | 0.6 | 0.67 | - |
| YUV | 15.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 18 | 0.86 | 0 | 0.14 | 0.92 | 170 | 0.75 | 0.05 |
| Hex | 3 | 15 | 12 | 56 | 0 | E | 5C | AA | 4B | 5 |
| Octal | 3 | 25 | 22 | 126 | 0 | 16 | 134 | 252 | 113 | 5 |
| Binary | 11 | 10101 | 10010 | 1010110 | 0 | 1110 | 1011100 | 10101010 | 1001011 | 101 |
Color Harmonies of #031512
Complementary color
Monochromatic Colors of #031512
Black with #031512
Text Example
Text Example
White with #031512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031512; }
p { color: rgb(3,21,18); }
H1.HeaderClassName
{
color: #031512;
}
.AnyTagClassName
{
color: #031512;
}
</style>
background-color css
<style>
a { background-color: #031512; }
a { background-color: rgb(3,21,18); }
div.DivClassName
{
background-color: #031512;
}
.BgClassName
{
background-color: #031512;
}
</style>
border-color css
<style>
span { border-color: #031512; }
span { border-color: rgb(3,21,18); }
td.TdClassName
{
border-color: #031512;
}
.TagClassName
{
border-color: #031512;
}
</style>