Shades of Dark Green #031107
Tints of Dark Green #031107
RGB
CMYK
RGB Variations
Color information
#031107 (or 0x031107) is known color: Dark Green. HEX triplet: 03, 11 and 07. RGB value is (3,17,7). Sum of RGB (Red+Green+Blue) = 3+17+7=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 17 (7.03% from 255 or 62.96% from 27); Blue value is 7 (3.12% from 255 or 25.93% from 27); Max value from RGB is 17 - color contains mainly: green. Hex color #031107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031107 is #FCEEF8. Grayscale: #0B0B0B. Windows color (decimal): -16576249 or 463107. OLE color: 463107.
HSL color Cylindrical-coordinate representation of color #031107: hue angle of 137.14º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #031107 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 17 | 7 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.93 |
| HSL | 137.14º | 0.7% | 0.04% | - |
| HSV(B) | 137.14º | 0.82% | 0.07% | - |
| XYZ | 0.28 | 0.44 | 0.27 | - |
| YUV | 11.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 7 | 0.82 | 0 | 0.59 | 0.93 | 137.14 | 0.7 | 0.04 |
| Hex | 3 | 11 | 7 | 52 | 0 | 3B | 5D | 89 | 46 | 4 |
| Octal | 3 | 21 | 7 | 122 | 0 | 73 | 135 | 211 | 106 | 4 |
| Binary | 11 | 10001 | 111 | 1010010 | 0 | 111011 | 1011101 | 10001001 | 1000110 | 100 |
Color Harmonies of #031107
Complementary color
Monochromatic Colors of #031107
Black with #031107
Text Example
Text Example
White with #031107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031107; }
p { color: rgb(3,17,7); }
H1.HeaderClassName
{
color: #031107;
}
.AnyTagClassName
{
color: #031107;
}
</style>
background-color css
<style>
a { background-color: #031107; }
a { background-color: rgb(3,17,7); }
div.DivClassName
{
background-color: #031107;
}
.BgClassName
{
background-color: #031107;
}
</style>
border-color css
<style>
span { border-color: #031107; }
span { border-color: rgb(3,17,7); }
td.TdClassName
{
border-color: #031107;
}
.TagClassName
{
border-color: #031107;
}
</style>