Shades of Dark Green #082F1A
Tints of Dark Green #082F1A
RGB
CMYK
RGB Variations
Color information
#082F1A (or 0x082F1A) is known color: Dark Green. HEX triplet: 08, 2F and 1A. RGB value is (8,47,26). Sum of RGB (Red+Green+Blue) = 8+47+26=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 47 (18.75% from 255 or 58.02% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 47 - color contains mainly: green. Hex color #082F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082F1A is #F7D0E5. Grayscale: #202020. Windows color (decimal): -16240870 or 1715976. OLE color: 1715976.
HSL color Cylindrical-coordinate representation of color #082F1A: hue angle of 147.69º 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 #082F1A is Cyan = 0.83, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 47 | 26 | - |
| CMYK | 0.83 | 0 | 0.45 | 0.82 |
| HSL | 147.69º | 0.71% | 0.11% | - |
| HSV(B) | 147.69º | 0.83% | 0.18% | - |
| XYZ | 1.3 | 2.16 | 1.33 | - |
| YUV | 32.95 | 124.08 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 26 | 0.83 | 0 | 0.45 | 0.82 | 147.69 | 0.71 | 0.11 |
| Hex | 8 | 2F | 1A | 53 | 0 | 2D | 52 | 94 | 47 | B |
| Octal | 10 | 57 | 32 | 123 | 0 | 55 | 122 | 224 | 107 | 13 |
| Binary | 1000 | 101111 | 11010 | 1010011 | 0 | 101101 | 1010010 | 10010100 | 1000111 | 1011 |
Color Harmonies of #082F1A
Complementary color
Monochromatic Colors of #082F1A
Black with #082F1A
Text Example
Text Example
White with #082F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F1A; }
p { color: rgb(8,47,26); }
H1.HeaderClassName
{
color: #082F1A;
}
.AnyTagClassName
{
color: #082F1A;
}
</style>
background-color css
<style>
a { background-color: #082F1A; }
a { background-color: rgb(8,47,26); }
div.DivClassName
{
background-color: #082F1A;
}
.BgClassName
{
background-color: #082F1A;
}
</style>
border-color css
<style>
span { border-color: #082F1A; }
span { border-color: rgb(8,47,26); }
td.TdClassName
{
border-color: #082F1A;
}
.TagClassName
{
border-color: #082F1A;
}
</style>