Shades of Dark Green #082715
Tints of Dark Green #082715
RGB
CMYK
RGB Variations
Color information
#082715 (or 0x082715) is known color: Dark Green. HEX triplet: 08, 27 and 15. RGB value is (8,39,21). Sum of RGB (Red+Green+Blue) = 8+39+21=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #082715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082715 is #F7D8EA. Grayscale: #1B1B1B. Windows color (decimal): -16242923 or 1386248. OLE color: 1386248.
HSL color Cylindrical-coordinate representation of color #082715: hue angle of 145.16º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #082715 is Cyan = 0.79, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 21 | - |
| CMYK | 0.79 | 0 | 0.46 | 0.85 |
| HSL | 145.16º | 0.66% | 0.09% | - |
| HSV(B) | 145.16º | 0.79% | 0.15% | - |
| XYZ | 0.96 | 1.56 | 0.96 | - |
| YUV | 27.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 21 | 0.79 | 0 | 0.46 | 0.85 | 145.16 | 0.66 | 0.09 |
| Hex | 8 | 27 | 15 | 4F | 0 | 2E | 55 | 91 | 42 | 9 |
| Octal | 10 | 47 | 25 | 117 | 0 | 56 | 125 | 221 | 102 | 11 |
| Binary | 1000 | 100111 | 10101 | 1001111 | 0 | 101110 | 1010101 | 10010001 | 1000010 | 1001 |
Color Harmonies of #082715
Complementary color
Monochromatic Colors of #082715
Black with #082715
Text Example
Text Example
White with #082715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082715; }
p { color: rgb(8,39,21); }
H1.HeaderClassName
{
color: #082715;
}
.AnyTagClassName
{
color: #082715;
}
</style>
background-color css
<style>
a { background-color: #082715; }
a { background-color: rgb(8,39,21); }
div.DivClassName
{
background-color: #082715;
}
.BgClassName
{
background-color: #082715;
}
</style>
border-color css
<style>
span { border-color: #082715; }
span { border-color: rgb(8,39,21); }
td.TdClassName
{
border-color: #082715;
}
.TagClassName
{
border-color: #082715;
}
</style>