Shades of Dark Green #031308
Tints of Dark Green #031308
RGB
CMYK
RGB Variations
Color information
#031308 (or 0x031308) is known color: Dark Green. HEX triplet: 03, 13 and 08. RGB value is (3,19,8). Sum of RGB (Red+Green+Blue) = 3+19+8=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 19 (7.81% from 255 or 63.33% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 19 - color contains mainly: green. Hex color #031308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031308 is #FCECF7. Grayscale: #0C0C0C. Windows color (decimal): -16575736 or 529155. OLE color: 529155.
HSL color Cylindrical-coordinate representation of color #031308: hue angle of 138.75º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #031308 is Cyan = 0.84, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 19 | 8 | - |
| CMYK | 0.84 | 0 | 0.58 | 0.93 |
| HSL | 138.75º | 0.73% | 0.04% | - |
| HSV(B) | 138.75º | 0.84% | 0.07% | - |
| XYZ | 0.31 | 0.5 | 0.31 | - |
| YUV | 12.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 8 | 0.84 | 0 | 0.58 | 0.93 | 138.75 | 0.73 | 0.04 |
| Hex | 3 | 13 | 8 | 54 | 0 | 3A | 5D | 8B | 49 | 4 |
| Octal | 3 | 23 | 10 | 124 | 0 | 72 | 135 | 213 | 111 | 4 |
| Binary | 11 | 10011 | 1000 | 1010100 | 0 | 111010 | 1011101 | 10001011 | 1001001 | 100 |
Color Harmonies of #031308
Complementary color
Monochromatic Colors of #031308
Black with #031308
Text Example
Text Example
White with #031308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031308; }
p { color: rgb(3,19,8); }
H1.HeaderClassName
{
color: #031308;
}
.AnyTagClassName
{
color: #031308;
}
</style>
background-color css
<style>
a { background-color: #031308; }
a { background-color: rgb(3,19,8); }
div.DivClassName
{
background-color: #031308;
}
.BgClassName
{
background-color: #031308;
}
</style>
border-color css
<style>
span { border-color: #031308; }
span { border-color: rgb(3,19,8); }
td.TdClassName
{
border-color: #031308;
}
.TagClassName
{
border-color: #031308;
}
</style>