Shades of Dark Green #08372F
Tints of Dark Green #08372F
RGB
CMYK
RGB Variations
Color information
#08372F (or 0x08372F) is known color: Dark Green. HEX triplet: 08, 37 and 2F. RGB value is (8,55,47). Sum of RGB (Red+Green+Blue) = 8+55+47=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #08372F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08372F is #F7C8D0. Grayscale: #282828. Windows color (decimal): -16238801 or 3094280. OLE color: 3094280.
HSL color Cylindrical-coordinate representation of color #08372F: hue angle of 169.79º 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 #08372F is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 47 | - |
| CMYK | 0.85 | 0 | 0.15 | 0.78 |
| HSL | 169.79º | 0.75% | 0.12% | - |
| HSV(B) | 169.79º | 0.85% | 0.22% | - |
| XYZ | 1.98 | 2.99 | 3.16 | - |
| YUV | 40.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 47 | 0.85 | 0 | 0.15 | 0.78 | 169.79 | 0.75 | 0.12 |
| Hex | 8 | 37 | 2F | 55 | 0 | F | 4E | AA | 4B | C |
| Octal | 10 | 67 | 57 | 125 | 0 | 17 | 116 | 252 | 113 | 14 |
| Binary | 1000 | 110111 | 101111 | 1010101 | 0 | 1111 | 1001110 | 10101010 | 1001011 | 1100 |
Color Harmonies of #08372F
Complementary color
Monochromatic Colors of #08372F
Black with #08372F
Text Example
Text Example
White with #08372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08372F; }
p { color: rgb(8,55,47); }
H1.HeaderClassName
{
color: #08372F;
}
.AnyTagClassName
{
color: #08372F;
}
</style>
background-color css
<style>
a { background-color: #08372F; }
a { background-color: rgb(8,55,47); }
div.DivClassName
{
background-color: #08372F;
}
.BgClassName
{
background-color: #08372F;
}
</style>
border-color css
<style>
span { border-color: #08372F; }
span { border-color: rgb(8,55,47); }
td.TdClassName
{
border-color: #08372F;
}
.TagClassName
{
border-color: #08372F;
}
</style>