Shades of Dark Green #08371D
Tints of Dark Green #08371D
RGB
CMYK
RGB Variations
Color information
#08371D (or 0x08371D) is known color: Dark Green. HEX triplet: 08, 37 and 1D. RGB value is (8,55,29). Sum of RGB (Red+Green+Blue) = 8+55+29=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 55 (21.88% from 255 or 59.78% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 55 - color contains mainly: green. Hex color #08371D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08371D is #F7C8E2. Grayscale: #262626. Windows color (decimal): -16238819 or 1914632. OLE color: 1914632.
HSL color Cylindrical-coordinate representation of color #08371D: hue angle of 146.81º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08371D is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 29 | - |
| CMYK | 0.85 | 0 | 0.47 | 0.78 |
| HSL | 146.81º | 0.75% | 0.12% | - |
| HSV(B) | 146.81º | 0.85% | 0.22% | - |
| XYZ | 1.69 | 2.87 | 1.63 | - |
| YUV | 37.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 29 | 0.85 | 0 | 0.47 | 0.78 | 146.81 | 0.75 | 0.12 |
| Hex | 8 | 37 | 1D | 55 | 0 | 2F | 4E | 93 | 4B | C |
| Octal | 10 | 67 | 35 | 125 | 0 | 57 | 116 | 223 | 113 | 14 |
| Binary | 1000 | 110111 | 11101 | 1010101 | 0 | 101111 | 1001110 | 10010011 | 1001011 | 1100 |
Color Harmonies of #08371D
Complementary color
Monochromatic Colors of #08371D
Black with #08371D
Text Example
Text Example
White with #08371D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08371D; }
p { color: rgb(8,55,29); }
H1.HeaderClassName
{
color: #08371D;
}
.AnyTagClassName
{
color: #08371D;
}
</style>
background-color css
<style>
a { background-color: #08371D; }
a { background-color: rgb(8,55,29); }
div.DivClassName
{
background-color: #08371D;
}
.BgClassName
{
background-color: #08371D;
}
</style>
border-color css
<style>
span { border-color: #08371D; }
span { border-color: rgb(8,55,29); }
td.TdClassName
{
border-color: #08371D;
}
.TagClassName
{
border-color: #08371D;
}
</style>