Shades of Dark Green #08372A
Tints of Dark Green #08372A
RGB
CMYK
RGB Variations
Color information
#08372A (or 0x08372A) is known color: Dark Green. HEX triplet: 08, 37 and 2A. RGB value is (8,55,42). Sum of RGB (Red+Green+Blue) = 8+55+42=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 55 (21.88% from 255 or 52.38% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 55 - color contains mainly: green. Hex color #08372A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08372A is #F7C8D5. Grayscale: #272727. Windows color (decimal): -16238806 or 2766600. OLE color: 2766600.
HSL color Cylindrical-coordinate representation of color #08372A: hue angle of 163.4º 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 #08372A is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 55 | 42 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.78 |
| HSL | 163.4º | 0.75% | 0.12% | - |
| HSV(B) | 163.4º | 0.85% | 0.22% | - |
| XYZ | 1.88 | 2.95 | 2.66 | - |
| YUV | 39.47 | 129.43 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 55 | 42 | 0.85 | 0 | 0.24 | 0.78 | 163.4 | 0.75 | 0.12 |
| Hex | 8 | 37 | 2A | 55 | 0 | 18 | 4E | A3 | 4B | C |
| Octal | 10 | 67 | 52 | 125 | 0 | 30 | 116 | 243 | 113 | 14 |
| Binary | 1000 | 110111 | 101010 | 1010101 | 0 | 11000 | 1001110 | 10100011 | 1001011 | 1100 |
Color Harmonies of #08372A
Complementary color
Monochromatic Colors of #08372A
Black with #08372A
Text Example
Text Example
White with #08372A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08372A; }
p { color: rgb(8,55,42); }
H1.HeaderClassName
{
color: #08372A;
}
.AnyTagClassName
{
color: #08372A;
}
</style>
background-color css
<style>
a { background-color: #08372A; }
a { background-color: rgb(8,55,42); }
div.DivClassName
{
background-color: #08372A;
}
.BgClassName
{
background-color: #08372A;
}
</style>
border-color css
<style>
span { border-color: #08372A; }
span { border-color: rgb(8,55,42); }
td.TdClassName
{
border-color: #08372A;
}
.TagClassName
{
border-color: #08372A;
}
</style>