Shades of Dark Green #08372E
Tints of Dark Green #08372E
RGB
CMYK
RGB Variations
Color information
#08372E (or 0x08372E) is known color: Dark Green. HEX triplet: 08, 37 and 2E. RGB value is (8,55,46). Sum of RGB (Red+Green+Blue) = 8+55+46=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #08372E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08372E is #F7C8D1. Grayscale: #272727. Windows color (decimal): -16238802 or 3028744. OLE color: 3028744.
HSL color Cylindrical-coordinate representation of color #08372E: hue angle of 168.51º 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 #08372E is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 46 | - |
| CMYK | 0.85 | 0 | 0.16 | 0.78 |
| HSL | 168.51º | 0.75% | 0.12% | - |
| HSV(B) | 168.51º | 0.85% | 0.22% | - |
| XYZ | 1.96 | 2.98 | 3.06 | - |
| YUV | 39.92 | 131.43 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 46 | 0.85 | 0 | 0.16 | 0.78 | 168.51 | 0.75 | 0.12 |
| Hex | 8 | 37 | 2E | 55 | 0 | 10 | 4E | A9 | 4B | C |
| Octal | 10 | 67 | 56 | 125 | 0 | 20 | 116 | 251 | 113 | 14 |
| Binary | 1000 | 110111 | 101110 | 1010101 | 0 | 10000 | 1001110 | 10101001 | 1001011 | 1100 |
Color Harmonies of #08372E
Complementary color
Monochromatic Colors of #08372E
Black with #08372E
Text Example
Text Example
White with #08372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08372E; }
p { color: rgb(8,55,46); }
H1.HeaderClassName
{
color: #08372E;
}
.AnyTagClassName
{
color: #08372E;
}
</style>
background-color css
<style>
a { background-color: #08372E; }
a { background-color: rgb(8,55,46); }
div.DivClassName
{
background-color: #08372E;
}
.BgClassName
{
background-color: #08372E;
}
</style>
border-color css
<style>
span { border-color: #08372E; }
span { border-color: rgb(8,55,46); }
td.TdClassName
{
border-color: #08372E;
}
.TagClassName
{
border-color: #08372E;
}
</style>