Shades of Dark Green #082E1D
Tints of Dark Green #082E1D
RGB
CMYK
RGB Variations
Color information
#082E1D (or 0x082E1D) is known color: Dark Green. HEX triplet: 08, 2E and 1D. RGB value is (8,46,29). Sum of RGB (Red+Green+Blue) = 8+46+29=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 46 (18.36% from 255 or 55.42% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 46 - color contains mainly: green. Hex color #082E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E1D is #F7D1E2. Grayscale: #202020. Windows color (decimal): -16241123 or 1912328. OLE color: 1912328.
HSL color Cylindrical-coordinate representation of color #082E1D: hue angle of 153.16º degrees, saturation: 0.7, 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 #082E1D is Cyan = 0.83, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 46 | 29 | - |
| CMYK | 0.83 | 0 | 0.37 | 0.82 |
| HSL | 153.16º | 0.7% | 0.11% | - |
| HSV(B) | 153.16º | 0.83% | 0.18% | - |
| XYZ | 1.3 | 2.09 | 1.5 | - |
| YUV | 32.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 29 | 0.83 | 0 | 0.37 | 0.82 | 153.16 | 0.7 | 0.11 |
| Hex | 8 | 2E | 1D | 53 | 0 | 25 | 52 | 99 | 46 | B |
| Octal | 10 | 56 | 35 | 123 | 0 | 45 | 122 | 231 | 106 | 13 |
| Binary | 1000 | 101110 | 11101 | 1010011 | 0 | 100101 | 1010010 | 10011001 | 1000110 | 1011 |
Color Harmonies of #082E1D
Complementary color
Monochromatic Colors of #082E1D
Black with #082E1D
Text Example
Text Example
White with #082E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E1D; }
p { color: rgb(8,46,29); }
H1.HeaderClassName
{
color: #082E1D;
}
.AnyTagClassName
{
color: #082E1D;
}
</style>
background-color css
<style>
a { background-color: #082E1D; }
a { background-color: rgb(8,46,29); }
div.DivClassName
{
background-color: #082E1D;
}
.BgClassName
{
background-color: #082E1D;
}
</style>
border-color css
<style>
span { border-color: #082E1D; }
span { border-color: rgb(8,46,29); }
td.TdClassName
{
border-color: #082E1D;
}
.TagClassName
{
border-color: #082E1D;
}
</style>