Shades of Dark Green #08332B
Tints of Dark Green #08332B
RGB
CMYK
RGB Variations
Color information
#08332B (or 0x08332B) is known color: Dark Green. HEX triplet: 08, 33 and 2B. RGB value is (8,51,43). Sum of RGB (Red+Green+Blue) = 8+51+43=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 51 (20.31% from 255 or 50% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 51 - color contains mainly: green. Hex color #08332B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08332B is #F7CCD4. Grayscale: #252525. Windows color (decimal): -16239829 or 2831112. OLE color: 2831112.
HSL color Cylindrical-coordinate representation of color #08332B: hue angle of 168.84º 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 #08332B is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 43 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.8 |
| HSL | 168.84º | 0.73% | 0.12% | - |
| HSV(B) | 168.84º | 0.84% | 0.2% | - |
| XYZ | 1.72 | 2.59 | 2.7 | - |
| YUV | 37.23 | 131.25 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 43 | 0.84 | 0 | 0.16 | 0.8 | 168.84 | 0.73 | 0.12 |
| Hex | 8 | 33 | 2B | 54 | 0 | 10 | 50 | A9 | 49 | C |
| Octal | 10 | 63 | 53 | 124 | 0 | 20 | 120 | 251 | 111 | 14 |
| Binary | 1000 | 110011 | 101011 | 1010100 | 0 | 10000 | 1010000 | 10101001 | 1001001 | 1100 |
Color Harmonies of #08332B
Complementary color
Monochromatic Colors of #08332B
Black with #08332B
Text Example
Text Example
White with #08332B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08332B; }
p { color: rgb(8,51,43); }
H1.HeaderClassName
{
color: #08332B;
}
.AnyTagClassName
{
color: #08332B;
}
</style>
background-color css
<style>
a { background-color: #08332B; }
a { background-color: rgb(8,51,43); }
div.DivClassName
{
background-color: #08332B;
}
.BgClassName
{
background-color: #08332B;
}
</style>
border-color css
<style>
span { border-color: #08332B; }
span { border-color: rgb(8,51,43); }
td.TdClassName
{
border-color: #08332B;
}
.TagClassName
{
border-color: #08332B;
}
</style>