Shades of Dark Green #082615
Tints of Dark Green #082615
RGB
CMYK
RGB Variations
Color information
#082615 (or 0x082615) is known color: Dark Green. HEX triplet: 08, 26 and 15. RGB value is (8,38,21). Sum of RGB (Red+Green+Blue) = 8+38+21=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #082615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082615 is #F7D9EA. Grayscale: #1B1B1B. Windows color (decimal): -16243179 or 1385992. OLE color: 1385992.
HSL color Cylindrical-coordinate representation of color #082615: hue angle of 146º degrees, saturation: 0.65, 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 #082615 is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 21 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.85 |
| HSL | 146º | 0.65% | 0.09% | - |
| HSV(B) | 146º | 0.79% | 0.15% | - |
| XYZ | 0.93 | 1.49 | 0.95 | - |
| YUV | 27.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 21 | 0.79 | 0 | 0.45 | 0.85 | 146 | 0.65 | 0.09 |
| Hex | 8 | 26 | 15 | 4F | 0 | 2D | 55 | 92 | 41 | 9 |
| Octal | 10 | 46 | 25 | 117 | 0 | 55 | 125 | 222 | 101 | 11 |
| Binary | 1000 | 100110 | 10101 | 1001111 | 0 | 101101 | 1010101 | 10010010 | 1000001 | 1001 |
Color Harmonies of #082615
Complementary color
Monochromatic Colors of #082615
Black with #082615
Text Example
Text Example
White with #082615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082615; }
p { color: rgb(8,38,21); }
H1.HeaderClassName
{
color: #082615;
}
.AnyTagClassName
{
color: #082615;
}
</style>
background-color css
<style>
a { background-color: #082615; }
a { background-color: rgb(8,38,21); }
div.DivClassName
{
background-color: #082615;
}
.BgClassName
{
background-color: #082615;
}
</style>
border-color css
<style>
span { border-color: #082615; }
span { border-color: rgb(8,38,21); }
td.TdClassName
{
border-color: #082615;
}
.TagClassName
{
border-color: #082615;
}
</style>