Shades of Dark Green #082F29
Tints of Dark Green #082F29
RGB
CMYK
RGB Variations
Color information
#082F29 (or 0x082F29) is known color: Dark Green. HEX triplet: 08, 2F and 29. RGB value is (8,47,41). Sum of RGB (Red+Green+Blue) = 8+47+41=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #082F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F29 is #F7D0D6. Grayscale: #222222. Windows color (decimal): -16240855 or 2699016. OLE color: 2699016.
HSL color Cylindrical-coordinate representation of color #082F29: hue angle of 170.77º 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 #082F29 is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 41 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.82 |
| HSL | 170.77º | 0.71% | 0.11% | - |
| HSV(B) | 170.77º | 0.83% | 0.18% | - |
| XYZ | 1.52 | 2.24 | 2.45 | - |
| YUV | 34.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 41 | 0.83 | 0 | 0.13 | 0.82 | 170.77 | 0.71 | 0.11 |
| Hex | 8 | 2F | 29 | 53 | 0 | D | 52 | AB | 47 | B |
| Octal | 10 | 57 | 51 | 123 | 0 | 15 | 122 | 253 | 107 | 13 |
| Binary | 1000 | 101111 | 101001 | 1010011 | 0 | 1101 | 1010010 | 10101011 | 1000111 | 1011 |
Color Harmonies of #082F29
Complementary color
Monochromatic Colors of #082F29
Black with #082F29
Text Example
Text Example
White with #082F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F29; }
p { color: rgb(8,47,41); }
H1.HeaderClassName
{
color: #082F29;
}
.AnyTagClassName
{
color: #082F29;
}
</style>
background-color css
<style>
a { background-color: #082F29; }
a { background-color: rgb(8,47,41); }
div.DivClassName
{
background-color: #082F29;
}
.BgClassName
{
background-color: #082F29;
}
</style>
border-color css
<style>
span { border-color: #082F29; }
span { border-color: rgb(8,47,41); }
td.TdClassName
{
border-color: #082F29;
}
.TagClassName
{
border-color: #082F29;
}
</style>