Shades of Dark Green #082B1A
Tints of Dark Green #082B1A
RGB
CMYK
RGB Variations
Color information
#082B1A (or 0x082B1A) is known color: Dark Green. HEX triplet: 08, 2B and 1A. RGB value is (8,43,26). Sum of RGB (Red+Green+Blue) = 8+43+26=77 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.39% from 77); Green value is 43 (17.19% from 255 or 55.84% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 43 - color contains mainly: green. Hex color #082B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082B1A is #F7D4E5. Grayscale: #1E1E1E. Windows color (decimal): -16241894 or 1714952. OLE color: 1714952.
HSL color Cylindrical-coordinate representation of color #082B1A: hue angle of 150.86º 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 #082B1A is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 26 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.83 |
| HSL | 150.86º | 0.69% | 0.1% | - |
| HSV(B) | 150.86º | 0.81% | 0.17% | - |
| XYZ | 1.15 | 1.85 | 1.27 | - |
| YUV | 30.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 26 | 0.81 | 0 | 0.40 | 0.83 | 150.86 | 0.69 | 0.1 |
| Hex | 8 | 2B | 1A | 51 | 0 | 28 | 53 | 97 | 45 | A |
| Octal | 10 | 53 | 32 | 121 | 0 | 50 | 123 | 227 | 105 | 12 |
| Binary | 1000 | 101011 | 11010 | 1010001 | 0 | 101000 | 1010011 | 10010111 | 1000101 | 1010 |
Color Harmonies of #082B1A
Complementary color
Monochromatic Colors of #082B1A
Black with #082B1A
Text Example
Text Example
White with #082B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B1A; }
p { color: rgb(8,43,26); }
H1.HeaderClassName
{
color: #082B1A;
}
.AnyTagClassName
{
color: #082B1A;
}
</style>
background-color css
<style>
a { background-color: #082B1A; }
a { background-color: rgb(8,43,26); }
div.DivClassName
{
background-color: #082B1A;
}
.BgClassName
{
background-color: #082B1A;
}
</style>
border-color css
<style>
span { border-color: #082B1A; }
span { border-color: rgb(8,43,26); }
td.TdClassName
{
border-color: #082B1A;
}
.TagClassName
{
border-color: #082B1A;
}
</style>