Shades of Dark Green #031808
Tints of Dark Green #031808
RGB
CMYK
RGB Variations
Color information
#031808 (or 0x031808) is known color: Dark Green. HEX triplet: 03, 18 and 08. RGB value is (3,24,8). Sum of RGB (Red+Green+Blue) = 3+24+8=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 24 (9.77% from 255 or 68.57% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 24 - color contains mainly: green. Hex color #031808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031808 is #FCE7F7. Grayscale: #0F0F0F. Windows color (decimal): -16574456 or 530435. OLE color: 530435.
HSL color Cylindrical-coordinate representation of color #031808: hue angle of 134.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #031808 is Cyan = 0.88, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 3 | 24 | 8 | - |
| CMYK | 0.88 | 0 | 0.67 | 0.91 |
| HSL | 134.29º | 0.78% | 0.05% | - |
| HSV(B) | 134.29º | 0.88% | 0.09% | - |
| XYZ | 0.41 | 0.69 | 0.34 | - |
| YUV | 15.9 | 123.54 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 8 | 0.88 | 0 | 0.67 | 0.91 | 134.29 | 0.78 | 0.05 |
| Hex | 3 | 18 | 8 | 58 | 0 | 43 | 5B | 86 | 4E | 5 |
| Octal | 3 | 30 | 10 | 130 | 0 | 103 | 133 | 206 | 116 | 5 |
| Binary | 11 | 11000 | 1000 | 1011000 | 0 | 1000011 | 1011011 | 10000110 | 1001110 | 101 |
Color Harmonies of #031808
Complementary color
Monochromatic Colors of #031808
Black with #031808
Text Example
Text Example
White with #031808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031808; }
p { color: rgb(3,24,8); }
H1.HeaderClassName
{
color: #031808;
}
.AnyTagClassName
{
color: #031808;
}
</style>
background-color css
<style>
a { background-color: #031808; }
a { background-color: rgb(3,24,8); }
div.DivClassName
{
background-color: #031808;
}
.BgClassName
{
background-color: #031808;
}
</style>
border-color css
<style>
span { border-color: #031808; }
span { border-color: rgb(3,24,8); }
td.TdClassName
{
border-color: #031808;
}
.TagClassName
{
border-color: #031808;
}
</style>