Shades of Dark Green #082F19
Tints of Dark Green #082F19
RGB
CMYK
RGB Variations
Color information
#082F19 (or 0x082F19) is known color: Dark Green. HEX triplet: 08, 2F and 19. RGB value is (8,47,25). Sum of RGB (Red+Green+Blue) = 8+47+25=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 47 (18.75% from 255 or 58.75% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 47 - color contains mainly: green. Hex color #082F19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082F19 is #F7D0E6. Grayscale: #202020. Windows color (decimal): -16240871 or 1650440. OLE color: 1650440.
HSL color Cylindrical-coordinate representation of color #082F19: hue angle of 146.15º 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 #082F19 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 25 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.82 |
| HSL | 146.15º | 0.71% | 0.11% | - |
| HSV(B) | 146.15º | 0.83% | 0.18% | - |
| XYZ | 1.29 | 2.15 | 1.27 | - |
| YUV | 32.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 25 | 0.83 | 0 | 0.47 | 0.82 | 146.15 | 0.71 | 0.11 |
| Hex | 8 | 2F | 19 | 53 | 0 | 2F | 52 | 92 | 47 | B |
| Octal | 10 | 57 | 31 | 123 | 0 | 57 | 122 | 222 | 107 | 13 |
| Binary | 1000 | 101111 | 11001 | 1010011 | 0 | 101111 | 1010010 | 10010010 | 1000111 | 1011 |
Color Harmonies of #082F19
Complementary color
Monochromatic Colors of #082F19
Black with #082F19
Text Example
Text Example
White with #082F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F19; }
p { color: rgb(8,47,25); }
H1.HeaderClassName
{
color: #082F19;
}
.AnyTagClassName
{
color: #082F19;
}
</style>
background-color css
<style>
a { background-color: #082F19; }
a { background-color: rgb(8,47,25); }
div.DivClassName
{
background-color: #082F19;
}
.BgClassName
{
background-color: #082F19;
}
</style>
border-color css
<style>
span { border-color: #082F19; }
span { border-color: rgb(8,47,25); }
td.TdClassName
{
border-color: #082F19;
}
.TagClassName
{
border-color: #082F19;
}
</style>