Shades of Dark Green #08352E
Tints of Dark Green #08352E
RGB
CMYK
RGB Variations
Color information
#08352E (or 0x08352E) is known color: Dark Green. HEX triplet: 08, 35 and 2E. RGB value is (8,53,46). Sum of RGB (Red+Green+Blue) = 8+53+46=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 53 (21.09% from 255 or 49.53% from 107); Blue value is 46 (18.36% from 255 or 42.99% from 107); Max value from RGB is 53 - color contains mainly: green. Hex color #08352E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08352E is #F7CAD1. Grayscale: #262626. Windows color (decimal): -16239314 or 3028232. OLE color: 3028232.
HSL color Cylindrical-coordinate representation of color #08352E: hue angle of 170.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08352E is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 53 | 46 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.79 |
| HSL | 170.67º | 0.74% | 0.12% | - |
| HSV(B) | 170.67º | 0.85% | 0.21% | - |
| XYZ | 1.87 | 2.8 | 3.03 | - |
| YUV | 38.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 46 | 0.85 | 0 | 0.13 | 0.79 | 170.67 | 0.74 | 0.12 |
| Hex | 8 | 35 | 2E | 55 | 0 | D | 4F | AB | 4A | C |
| Octal | 10 | 65 | 56 | 125 | 0 | 15 | 117 | 253 | 112 | 14 |
| Binary | 1000 | 110101 | 101110 | 1010101 | 0 | 1101 | 1001111 | 10101011 | 1001010 | 1100 |
Color Harmonies of #08352E
Complementary color
Monochromatic Colors of #08352E
Black with #08352E
Text Example
Text Example
White with #08352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08352E; }
p { color: rgb(8,53,46); }
H1.HeaderClassName
{
color: #08352E;
}
.AnyTagClassName
{
color: #08352E;
}
</style>
background-color css
<style>
a { background-color: #08352E; }
a { background-color: rgb(8,53,46); }
div.DivClassName
{
background-color: #08352E;
}
.BgClassName
{
background-color: #08352E;
}
</style>
border-color css
<style>
span { border-color: #08352E; }
span { border-color: rgb(8,53,46); }
td.TdClassName
{
border-color: #08352E;
}
.TagClassName
{
border-color: #08352E;
}
</style>