Shades of Dark Green #08311D
Tints of Dark Green #08311D
RGB
CMYK
RGB Variations
Color information
#08311D (or 0x08311D) is known color: Dark Green. HEX triplet: 08, 31 and 1D. RGB value is (8,49,29). Sum of RGB (Red+Green+Blue) = 8+49+29=86 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.30% from 86); Green value is 49 (19.53% from 255 or 56.98% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 49 - color contains mainly: green. Hex color #08311D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08311D is #F7CEE2. Grayscale: #222222. Windows color (decimal): -16240355 or 1913096. OLE color: 1913096.
HSL color Cylindrical-coordinate representation of color #08311D: hue angle of 150.73º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08311D is Cyan = 0.84, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 29 | - |
| CMYK | 0.84 | 0 | 0.41 | 0.81 |
| HSL | 150.73º | 0.72% | 0.11% | - |
| HSV(B) | 150.73º | 0.84% | 0.19% | - |
| XYZ | 1.42 | 2.34 | 1.54 | - |
| YUV | 34.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 29 | 0.84 | 0 | 0.41 | 0.81 | 150.73 | 0.72 | 0.11 |
| Hex | 8 | 31 | 1D | 54 | 0 | 29 | 51 | 97 | 48 | B |
| Octal | 10 | 61 | 35 | 124 | 0 | 51 | 121 | 227 | 110 | 13 |
| Binary | 1000 | 110001 | 11101 | 1010100 | 0 | 101001 | 1010001 | 10010111 | 1001000 | 1011 |
Color Harmonies of #08311D
Complementary color
Monochromatic Colors of #08311D
Black with #08311D
Text Example
Text Example
White with #08311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08311D; }
p { color: rgb(8,49,29); }
H1.HeaderClassName
{
color: #08311D;
}
.AnyTagClassName
{
color: #08311D;
}
</style>
background-color css
<style>
a { background-color: #08311D; }
a { background-color: rgb(8,49,29); }
div.DivClassName
{
background-color: #08311D;
}
.BgClassName
{
background-color: #08311D;
}
</style>
border-color css
<style>
span { border-color: #08311D; }
span { border-color: rgb(8,49,29); }
td.TdClassName
{
border-color: #08311D;
}
.TagClassName
{
border-color: #08311D;
}
</style>