Shades of Dark Green #031C11
Tints of Dark Green #031C11
RGB
CMYK
RGB Variations
Color information
#031C11 (or 0x031C11) is known color: Dark Green. HEX triplet: 03, 1C and 11. RGB value is (3,28,17). Sum of RGB (Red+Green+Blue) = 3+28+17=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 17 (7.03% from 255 or 35.42% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #031C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C11 is #FCE3EE. Grayscale: #131313. Windows color (decimal): -16573423 or 1121283. OLE color: 1121283.
HSL color Cylindrical-coordinate representation of color #031C11: hue angle of 153.6º 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 #031C11 is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 17 | - |
| CMYK | 0.89 | 0 | 0.39 | 0.89 |
| HSL | 153.6º | 0.81% | 0.06% | - |
| HSV(B) | 153.6º | 0.89% | 0.11% | - |
| XYZ | 0.55 | 0.89 | 0.67 | - |
| YUV | 19.27 | 126.72 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 17 | 0.89 | 0 | 0.39 | 0.89 | 153.6 | 0.81 | 0.06 |
| Hex | 3 | 1C | 11 | 59 | 0 | 27 | 59 | 9A | 51 | 6 |
| Octal | 3 | 34 | 21 | 131 | 0 | 47 | 131 | 232 | 121 | 6 |
| Binary | 11 | 11100 | 10001 | 1011001 | 0 | 100111 | 1011001 | 10011010 | 1010001 | 110 |
Color Harmonies of #031C11
Complementary color
Monochromatic Colors of #031C11
Black with #031C11
Text Example
Text Example
White with #031C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C11; }
p { color: rgb(3,28,17); }
H1.HeaderClassName
{
color: #031C11;
}
.AnyTagClassName
{
color: #031C11;
}
</style>
background-color css
<style>
a { background-color: #031C11; }
a { background-color: rgb(3,28,17); }
div.DivClassName
{
background-color: #031C11;
}
.BgClassName
{
background-color: #031C11;
}
</style>
border-color css
<style>
span { border-color: #031C11; }
span { border-color: rgb(3,28,17); }
td.TdClassName
{
border-color: #031C11;
}
.TagClassName
{
border-color: #031C11;
}
</style>