Shades of Dark Green #031F0C
Tints of Dark Green #031F0C
RGB
CMYK
RGB Variations
Color information
#031F0C (or 0x031F0C) is known color: Dark Green. HEX triplet: 03, 1F and 0C. RGB value is (3,31,12). Sum of RGB (Red+Green+Blue) = 3+31+12=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 31 (12.5% from 255 or 67.39% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 31 - color contains mainly: green. Hex color #031F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F0C is #FCE0F3. Grayscale: #141414. Windows color (decimal): -16572660 or 794371. OLE color: 794371.
HSL color Cylindrical-coordinate representation of color #031F0C: hue angle of 139.29º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #031F0C is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 31 | 12 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.88 |
| HSL | 139.29º | 0.82% | 0.07% | - |
| HSV(B) | 139.29º | 0.9% | 0.12% | - |
| XYZ | 0.59 | 1.03 | 0.51 | - |
| YUV | 20.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 12 | 0.90 | 0 | 0.61 | 0.88 | 139.29 | 0.82 | 0.07 |
| Hex | 3 | 1F | C | 5A | 0 | 3D | 58 | 8B | 52 | 7 |
| Octal | 3 | 37 | 14 | 132 | 0 | 75 | 130 | 213 | 122 | 7 |
| Binary | 11 | 11111 | 1100 | 1011010 | 0 | 111101 | 1011000 | 10001011 | 1010010 | 111 |
Color Harmonies of #031F0C
Complementary color
Monochromatic Colors of #031F0C
Black with #031F0C
Text Example
Text Example
White with #031F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F0C; }
p { color: rgb(3,31,12); }
H1.HeaderClassName
{
color: #031F0C;
}
.AnyTagClassName
{
color: #031F0C;
}
</style>
background-color css
<style>
a { background-color: #031F0C; }
a { background-color: rgb(3,31,12); }
div.DivClassName
{
background-color: #031F0C;
}
.BgClassName
{
background-color: #031F0C;
}
</style>
border-color css
<style>
span { border-color: #031F0C; }
span { border-color: rgb(3,31,12); }
td.TdClassName
{
border-color: #031F0C;
}
.TagClassName
{
border-color: #031F0C;
}
</style>