Shades of Dark Green #031F10
Tints of Dark Green #031F10
RGB
CMYK
RGB Variations
Color information
#031F10 (or 0x031F10) is known color: Dark Green. HEX triplet: 03, 1F and 10. RGB value is (3,31,16). Sum of RGB (Red+Green+Blue) = 3+31+16=50 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6% from 50); Green value is 31 (12.5% from 255 or 62% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 31 - color contains mainly: green. Hex color #031F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #031F10 is #FCE0EF. Grayscale: #141414. Windows color (decimal): -16572656 or 1056515. OLE color: 1056515.
HSL color Cylindrical-coordinate representation of color #031F10: hue angle of 147.86º 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 #031F10 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 3 | 31 | 16 | - |
| CMYK | 0.90 | 0 | 0.48 | 0.88 |
| HSL | 147.86º | 0.82% | 0.07% | - |
| HSV(B) | 147.86º | 0.9% | 0.12% | - |
| XYZ | 0.62 | 1.04 | 0.66 | - |
| YUV | 20.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 16 | 0.90 | 0 | 0.48 | 0.88 | 147.86 | 0.82 | 0.07 |
| Hex | 3 | 1F | 10 | 5A | 0 | 30 | 58 | 94 | 52 | 7 |
| Octal | 3 | 37 | 20 | 132 | 0 | 60 | 130 | 224 | 122 | 7 |
| Binary | 11 | 11111 | 10000 | 1011010 | 0 | 110000 | 1011000 | 10010100 | 1010010 | 111 |
Color Harmonies of #031F10
Complementary color
Monochromatic Colors of #031F10
Black with #031F10
Text Example
Text Example
White with #031F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F10; }
p { color: rgb(3,31,16); }
H1.HeaderClassName
{
color: #031F10;
}
.AnyTagClassName
{
color: #031F10;
}
</style>
background-color css
<style>
a { background-color: #031F10; }
a { background-color: rgb(3,31,16); }
div.DivClassName
{
background-color: #031F10;
}
.BgClassName
{
background-color: #031F10;
}
</style>
border-color css
<style>
span { border-color: #031F10; }
span { border-color: rgb(3,31,16); }
td.TdClassName
{
border-color: #031F10;
}
.TagClassName
{
border-color: #031F10;
}
</style>