Shades of Dark Green #031E16
Tints of Dark Green #031E16
RGB
CMYK
RGB Variations
Color information
#031E16 (or 0x031E16) is known color: Dark Green. HEX triplet: 03, 1E and 16. RGB value is (3,30,22). Sum of RGB (Red+Green+Blue) = 3+30+22=55 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.45% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 22 (8.98% from 255 or 40% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #031E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031E16 is #FCE1E9. Grayscale: #151515. Windows color (decimal): -16572906 or 1449475. OLE color: 1449475.
HSL color Cylindrical-coordinate representation of color #031E16: hue angle of 162.22º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031E16 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 30 | 22 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.88 |
| HSL | 162.22º | 0.82% | 0.06% | - |
| HSV(B) | 162.22º | 0.9% | 0.12% | - |
| XYZ | 0.65 | 1.01 | 0.92 | - |
| YUV | 21.02 | 128.55 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 22 | 0.90 | 0 | 0.27 | 0.88 | 162.22 | 0.82 | 0.06 |
| Hex | 3 | 1E | 16 | 5A | 0 | 1B | 58 | A2 | 52 | 6 |
| Octal | 3 | 36 | 26 | 132 | 0 | 33 | 130 | 242 | 122 | 6 |
| Binary | 11 | 11110 | 10110 | 1011010 | 0 | 11011 | 1011000 | 10100010 | 1010010 | 110 |
Color Harmonies of #031E16
Complementary color
Monochromatic Colors of #031E16
Black with #031E16
Text Example
Text Example
White with #031E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E16; }
p { color: rgb(3,30,22); }
H1.HeaderClassName
{
color: #031E16;
}
.AnyTagClassName
{
color: #031E16;
}
</style>
background-color css
<style>
a { background-color: #031E16; }
a { background-color: rgb(3,30,22); }
div.DivClassName
{
background-color: #031E16;
}
.BgClassName
{
background-color: #031E16;
}
</style>
border-color css
<style>
span { border-color: #031E16; }
span { border-color: rgb(3,30,22); }
td.TdClassName
{
border-color: #031E16;
}
.TagClassName
{
border-color: #031E16;
}
</style>