Shades of Dark Green #082B15
Tints of Dark Green #082B15
RGB
CMYK
RGB Variations
Color information
#082B15 (or 0x082B15) is known color: Dark Green. HEX triplet: 08, 2B and 15. RGB value is (8,43,21). Sum of RGB (Red+Green+Blue) = 8+43+21=72 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.11% from 72); Green value is 43 (17.19% from 255 or 59.72% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 43 - color contains mainly: green. Hex color #082B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082B15 is #F7D4EA. Grayscale: #1E1E1E. Windows color (decimal): -16241899 or 1387272. OLE color: 1387272.
HSL color Cylindrical-coordinate representation of color #082B15: hue angle of 142.29º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #082B15 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 21 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.83 |
| HSL | 142.29º | 0.69% | 0.1% | - |
| HSV(B) | 142.29º | 0.81% | 0.17% | - |
| XYZ | 1.1 | 1.83 | 1.01 | - |
| YUV | 30.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 21 | 0.81 | 0 | 0.51 | 0.83 | 142.29 | 0.69 | 0.1 |
| Hex | 8 | 2B | 15 | 51 | 0 | 33 | 53 | 8E | 45 | A |
| Octal | 10 | 53 | 25 | 121 | 0 | 63 | 123 | 216 | 105 | 12 |
| Binary | 1000 | 101011 | 10101 | 1010001 | 0 | 110011 | 1010011 | 10001110 | 1000101 | 1010 |
Color Harmonies of #082B15
Complementary color
Monochromatic Colors of #082B15
Black with #082B15
Text Example
Text Example
White with #082B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B15; }
p { color: rgb(8,43,21); }
H1.HeaderClassName
{
color: #082B15;
}
.AnyTagClassName
{
color: #082B15;
}
</style>
background-color css
<style>
a { background-color: #082B15; }
a { background-color: rgb(8,43,21); }
div.DivClassName
{
background-color: #082B15;
}
.BgClassName
{
background-color: #082B15;
}
</style>
border-color css
<style>
span { border-color: #082B15; }
span { border-color: rgb(8,43,21); }
td.TdClassName
{
border-color: #082B15;
}
.TagClassName
{
border-color: #082B15;
}
</style>