Shades of Dark Green #08332D
Tints of Dark Green #08332D
RGB
CMYK
RGB Variations
Color information
#08332D (or 0x08332D) is known color: Dark Green. HEX triplet: 08, 33 and 2D. RGB value is (8,51,45). Sum of RGB (Red+Green+Blue) = 8+51+45=104 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.69% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #08332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08332D is #F7CCD2. Grayscale: #252525. Windows color (decimal): -16239827 or 2962184. OLE color: 2962184.
HSL color Cylindrical-coordinate representation of color #08332D: hue angle of 171.63º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08332D is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 45 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.8 |
| HSL | 171.63º | 0.73% | 0.12% | - |
| HSV(B) | 171.63º | 0.84% | 0.2% | - |
| XYZ | 1.76 | 2.61 | 2.89 | - |
| YUV | 37.46 | 132.25 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 45 | 0.84 | 0 | 0.12 | 0.8 | 171.63 | 0.73 | 0.12 |
| Hex | 8 | 33 | 2D | 54 | 0 | C | 50 | AC | 49 | C |
| Octal | 10 | 63 | 55 | 124 | 0 | 14 | 120 | 254 | 111 | 14 |
| Binary | 1000 | 110011 | 101101 | 1010100 | 0 | 1100 | 1010000 | 10101100 | 1001001 | 1100 |
Color Harmonies of #08332D
Complementary color
Monochromatic Colors of #08332D
Black with #08332D
Text Example
Text Example
White with #08332D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08332D; }
p { color: rgb(8,51,45); }
H1.HeaderClassName
{
color: #08332D;
}
.AnyTagClassName
{
color: #08332D;
}
</style>
background-color css
<style>
a { background-color: #08332D; }
a { background-color: rgb(8,51,45); }
div.DivClassName
{
background-color: #08332D;
}
.BgClassName
{
background-color: #08332D;
}
</style>
border-color css
<style>
span { border-color: #08332D; }
span { border-color: rgb(8,51,45); }
td.TdClassName
{
border-color: #08332D;
}
.TagClassName
{
border-color: #08332D;
}
</style>