Shades of Dark Green #082B1E
Tints of Dark Green #082B1E
RGB
CMYK
RGB Variations
Color information
#082B1E (or 0x082B1E) is known color: Dark Green. HEX triplet: 08, 2B and 1E. RGB value is (8,43,30). Sum of RGB (Red+Green+Blue) = 8+43+30=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 43 (17.19% from 255 or 53.09% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 43 - color contains mainly: green. Hex color #082B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B1E is #F7D4E1. Grayscale: #1F1F1F. Windows color (decimal): -16241890 or 1977096. OLE color: 1977096.
HSL color Cylindrical-coordinate representation of color #082B1E: hue angle of 157.71º 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 #082B1E is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 30 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.83 |
| HSL | 157.71º | 0.69% | 0.1% | - |
| HSV(B) | 157.71º | 0.81% | 0.17% | - |
| XYZ | 1.2 | 1.87 | 1.53 | - |
| YUV | 31.05 | 127.4 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 30 | 0.81 | 0 | 0.30 | 0.83 | 157.71 | 0.69 | 0.1 |
| Hex | 8 | 2B | 1E | 51 | 0 | 1E | 53 | 9E | 45 | A |
| Octal | 10 | 53 | 36 | 121 | 0 | 36 | 123 | 236 | 105 | 12 |
| Binary | 1000 | 101011 | 11110 | 1010001 | 0 | 11110 | 1010011 | 10011110 | 1000101 | 1010 |
Color Harmonies of #082B1E
Complementary color
Monochromatic Colors of #082B1E
Black with #082B1E
Text Example
Text Example
White with #082B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B1E; }
p { color: rgb(8,43,30); }
H1.HeaderClassName
{
color: #082B1E;
}
.AnyTagClassName
{
color: #082B1E;
}
</style>
background-color css
<style>
a { background-color: #082B1E; }
a { background-color: rgb(8,43,30); }
div.DivClassName
{
background-color: #082B1E;
}
.BgClassName
{
background-color: #082B1E;
}
</style>
border-color css
<style>
span { border-color: #082B1E; }
span { border-color: rgb(8,43,30); }
td.TdClassName
{
border-color: #082B1E;
}
.TagClassName
{
border-color: #082B1E;
}
</style>