Shades of Dark Green #08351E
Tints of Dark Green #08351E
RGB
CMYK
RGB Variations
Color information
#08351E (or 0x08351E) is known color: Dark Green. HEX triplet: 08, 35 and 1E. RGB value is (8,53,30). Sum of RGB (Red+Green+Blue) = 8+53+30=91 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.79% from 91); Green value is 53 (21.09% from 255 or 58.24% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 53 - color contains mainly: green. Hex color #08351E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08351E is #F7CAE1. Grayscale: #242424. Windows color (decimal): -16239330 or 1979656. OLE color: 1979656.
HSL color Cylindrical-coordinate representation of color #08351E: hue angle of 149.33º 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 #08351E is Cyan = 0.85, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 53 | 30 | - |
| CMYK | 0.85 | 0 | 0.43 | 0.79 |
| HSL | 149.33º | 0.74% | 0.12% | - |
| HSV(B) | 149.33º | 0.85% | 0.21% | - |
| XYZ | 1.61 | 2.69 | 1.66 | - |
| YUV | 36.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 30 | 0.85 | 0 | 0.43 | 0.79 | 149.33 | 0.74 | 0.12 |
| Hex | 8 | 35 | 1E | 55 | 0 | 2B | 4F | 95 | 4A | C |
| Octal | 10 | 65 | 36 | 125 | 0 | 53 | 117 | 225 | 112 | 14 |
| Binary | 1000 | 110101 | 11110 | 1010101 | 0 | 101011 | 1001111 | 10010101 | 1001010 | 1100 |
Color Harmonies of #08351E
Complementary color
Monochromatic Colors of #08351E
Black with #08351E
Text Example
Text Example
White with #08351E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08351E; }
p { color: rgb(8,53,30); }
H1.HeaderClassName
{
color: #08351E;
}
.AnyTagClassName
{
color: #08351E;
}
</style>
background-color css
<style>
a { background-color: #08351E; }
a { background-color: rgb(8,53,30); }
div.DivClassName
{
background-color: #08351E;
}
.BgClassName
{
background-color: #08351E;
}
</style>
border-color css
<style>
span { border-color: #08351E; }
span { border-color: rgb(8,53,30); }
td.TdClassName
{
border-color: #08351E;
}
.TagClassName
{
border-color: #08351E;
}
</style>