Shades of Dark Green #082F2B
Tints of Dark Green #082F2B
RGB
CMYK
RGB Variations
Color information
#082F2B (or 0x082F2B) is known color: Dark Green. HEX triplet: 08, 2F and 2B. RGB value is (8,47,43). Sum of RGB (Red+Green+Blue) = 8+47+43=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 47 (18.75% from 255 or 47.96% from 98); Blue value is 43 (17.19% from 255 or 43.88% from 98); Max value from RGB is 47 - color contains mainly: green. Hex color #082F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F2B is #F7D0D4. Grayscale: #222222. Windows color (decimal): -16240853 or 2830088. OLE color: 2830088.
HSL color Cylindrical-coordinate representation of color #082F2B: hue angle of 173.85º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #082F2B is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 43 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.82 |
| HSL | 173.85º | 0.71% | 0.11% | - |
| HSV(B) | 173.85º | 0.83% | 0.18% | - |
| XYZ | 1.55 | 2.26 | 2.64 | - |
| YUV | 34.88 | 132.58 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 43 | 0.83 | 0 | 0.09 | 0.82 | 173.85 | 0.71 | 0.11 |
| Hex | 8 | 2F | 2B | 53 | 0 | 9 | 52 | AE | 47 | B |
| Octal | 10 | 57 | 53 | 123 | 0 | 11 | 122 | 256 | 107 | 13 |
| Binary | 1000 | 101111 | 101011 | 1010011 | 0 | 1001 | 1010010 | 10101110 | 1000111 | 1011 |
Color Harmonies of #082F2B
Complementary color
Monochromatic Colors of #082F2B
Black with #082F2B
Text Example
Text Example
White with #082F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F2B; }
p { color: rgb(8,47,43); }
H1.HeaderClassName
{
color: #082F2B;
}
.AnyTagClassName
{
color: #082F2B;
}
</style>
background-color css
<style>
a { background-color: #082F2B; }
a { background-color: rgb(8,47,43); }
div.DivClassName
{
background-color: #082F2B;
}
.BgClassName
{
background-color: #082F2B;
}
</style>
border-color css
<style>
span { border-color: #082F2B; }
span { border-color: rgb(8,47,43); }
td.TdClassName
{
border-color: #082F2B;
}
.TagClassName
{
border-color: #082F2B;
}
</style>