Shades of Dark Green #031C0D
Tints of Dark Green #031C0D
RGB
CMYK
RGB Variations
Color information
#031C0D (or 0x031C0D) is known color: Dark Green. HEX triplet: 03, 1C and 0D. RGB value is (3,28,13). Sum of RGB (Red+Green+Blue) = 3+28+13=44 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.82% from 44); Green value is 28 (11.33% from 255 or 63.64% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 28 - color contains mainly: green. Hex color #031C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031C0D is #FCE3F2. Grayscale: #121212. Windows color (decimal): -16573427 or 859139. OLE color: 859139.
HSL color Cylindrical-coordinate representation of color #031C0D: hue angle of 144º 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 #031C0D is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 3 | 28 | 13 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.89 |
| HSL | 144º | 0.81% | 0.06% | - |
| HSV(B) | 144º | 0.89% | 0.11% | - |
| XYZ | 0.53 | 0.88 | 0.52 | - |
| YUV | 18.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 13 | 0.89 | 0 | 0.54 | 0.89 | 144 | 0.81 | 0.06 |
| Hex | 3 | 1C | D | 59 | 0 | 36 | 59 | 90 | 51 | 6 |
| Octal | 3 | 34 | 15 | 131 | 0 | 66 | 131 | 220 | 121 | 6 |
| Binary | 11 | 11100 | 1101 | 1011001 | 0 | 110110 | 1011001 | 10010000 | 1010001 | 110 |
Color Harmonies of #031C0D
Complementary color
Monochromatic Colors of #031C0D
Black with #031C0D
Text Example
Text Example
White with #031C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C0D; }
p { color: rgb(3,28,13); }
H1.HeaderClassName
{
color: #031C0D;
}
.AnyTagClassName
{
color: #031C0D;
}
</style>
background-color css
<style>
a { background-color: #031C0D; }
a { background-color: rgb(3,28,13); }
div.DivClassName
{
background-color: #031C0D;
}
.BgClassName
{
background-color: #031C0D;
}
</style>
border-color css
<style>
span { border-color: #031C0D; }
span { border-color: rgb(3,28,13); }
td.TdClassName
{
border-color: #031C0D;
}
.TagClassName
{
border-color: #031C0D;
}
</style>