Shades of Dark Green #082B17
Tints of Dark Green #082B17
RGB
CMYK
RGB Variations
Color information
#082B17 (or 0x082B17) is known color: Dark Green. HEX triplet: 08, 2B and 17. RGB value is (8,43,23). Sum of RGB (Red+Green+Blue) = 8+43+23=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 43 (17.19% from 255 or 58.11% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 43 - color contains mainly: green. Hex color #082B17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082B17 is #F7D4E8. Grayscale: #1E1E1E. Windows color (decimal): -16241897 or 1518344. OLE color: 1518344.
HSL color Cylindrical-coordinate representation of color #082B17: hue angle of 145.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 #082B17 is Cyan = 0.81, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 43 | 23 | - |
| CMYK | 0.81 | 0 | 0.47 | 0.83 |
| HSL | 145.71º | 0.69% | 0.1% | - |
| HSV(B) | 145.71º | 0.81% | 0.17% | - |
| XYZ | 1.12 | 1.84 | 1.11 | - |
| YUV | 30.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 23 | 0.81 | 0 | 0.47 | 0.83 | 145.71 | 0.69 | 0.1 |
| Hex | 8 | 2B | 17 | 51 | 0 | 2F | 53 | 92 | 45 | A |
| Octal | 10 | 53 | 27 | 121 | 0 | 57 | 123 | 222 | 105 | 12 |
| Binary | 1000 | 101011 | 10111 | 1010001 | 0 | 101111 | 1010011 | 10010010 | 1000101 | 1010 |
Color Harmonies of #082B17
Complementary color
Monochromatic Colors of #082B17
Black with #082B17
Text Example
Text Example
White with #082B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B17; }
p { color: rgb(8,43,23); }
H1.HeaderClassName
{
color: #082B17;
}
.AnyTagClassName
{
color: #082B17;
}
</style>
background-color css
<style>
a { background-color: #082B17; }
a { background-color: rgb(8,43,23); }
div.DivClassName
{
background-color: #082B17;
}
.BgClassName
{
background-color: #082B17;
}
</style>
border-color css
<style>
span { border-color: #082B17; }
span { border-color: rgb(8,43,23); }
td.TdClassName
{
border-color: #082B17;
}
.TagClassName
{
border-color: #082B17;
}
</style>