Shades of Dark Green #031008
Tints of Dark Green #031008
RGB
CMYK
RGB Variations
Color information
#031008 (or 0x031008) is known color: Dark Green. HEX triplet: 03, 10 and 08. RGB value is (3,16,8). Sum of RGB (Red+Green+Blue) = 3+16+8=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 8 (3.52% from 255 or 29.63% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #031008 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031008 is #FCEFF7. Grayscale: #0B0B0B. Windows color (decimal): -16576504 or 528387. OLE color: 528387.
HSL color Cylindrical-coordinate representation of color #031008: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #031008 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 3 | 16 | 8 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.94 |
| HSL | 143.08º | 0.68% | 0.04% | - |
| HSV(B) | 143.08º | 0.81% | 0.06% | - |
| XYZ | 0.27 | 0.41 | 0.29 | - |
| YUV | 11.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 8 | 0.81 | 0 | 0.50 | 0.94 | 143.08 | 0.68 | 0.04 |
| Hex | 3 | 10 | 8 | 51 | 0 | 32 | 5E | 8F | 44 | 4 |
| Octal | 3 | 20 | 10 | 121 | 0 | 62 | 136 | 217 | 104 | 4 |
| Binary | 11 | 10000 | 1000 | 1010001 | 0 | 110010 | 1011110 | 10001111 | 1000100 | 100 |
Color Harmonies of #031008
Complementary color
Monochromatic Colors of #031008
Black with #031008
Text Example
Text Example
White with #031008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031008; }
p { color: rgb(3,16,8); }
H1.HeaderClassName
{
color: #031008;
}
.AnyTagClassName
{
color: #031008;
}
</style>
background-color css
<style>
a { background-color: #031008; }
a { background-color: rgb(3,16,8); }
div.DivClassName
{
background-color: #031008;
}
.BgClassName
{
background-color: #031008;
}
</style>
border-color css
<style>
span { border-color: #031008; }
span { border-color: rgb(3,16,8); }
td.TdClassName
{
border-color: #031008;
}
.TagClassName
{
border-color: #031008;
}
</style>