Shades of Dark Green #031C14
Tints of Dark Green #031C14
RGB
CMYK
RGB Variations
Color information
#031C14 (or 0x031C14) is known color: Dark Green. HEX triplet: 03, 1C and 14. RGB value is (3,28,20). Sum of RGB (Red+Green+Blue) = 3+28+20=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 28 (11.33% from 255 or 54.90% from 51); Blue value is 20 (8.20% from 255 or 39.22% from 51); Max value from RGB is 28 - color contains mainly: green. Hex color #031C14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C14 is #FCE3EB. Grayscale: #131313. Windows color (decimal): -16573420 or 1317891. OLE color: 1317891.
HSL color Cylindrical-coordinate representation of color #031C14: hue angle of 160.8º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #031C14 is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 20 | - |
| CMYK | 0.89 | 0 | 0.29 | 0.89 |
| HSL | 160.8º | 0.81% | 0.06% | - |
| HSV(B) | 160.8º | 0.89% | 0.11% | - |
| XYZ | 0.58 | 0.9 | 0.81 | - |
| YUV | 19.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 20 | 0.89 | 0 | 0.29 | 0.89 | 160.8 | 0.81 | 0.06 |
| Hex | 3 | 1C | 14 | 59 | 0 | 1D | 59 | A1 | 51 | 6 |
| Octal | 3 | 34 | 24 | 131 | 0 | 35 | 131 | 241 | 121 | 6 |
| Binary | 11 | 11100 | 10100 | 1011001 | 0 | 11101 | 1011001 | 10100001 | 1010001 | 110 |
Color Harmonies of #031C14
Complementary color
Monochromatic Colors of #031C14
Black with #031C14
Text Example
Text Example
White with #031C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C14; }
p { color: rgb(3,28,20); }
H1.HeaderClassName
{
color: #031C14;
}
.AnyTagClassName
{
color: #031C14;
}
</style>
background-color css
<style>
a { background-color: #031C14; }
a { background-color: rgb(3,28,20); }
div.DivClassName
{
background-color: #031C14;
}
.BgClassName
{
background-color: #031C14;
}
</style>
border-color css
<style>
span { border-color: #031C14; }
span { border-color: rgb(3,28,20); }
td.TdClassName
{
border-color: #031C14;
}
.TagClassName
{
border-color: #031C14;
}
</style>