Shades of Dark Green #082E2A
Tints of Dark Green #082E2A
RGB
CMYK
RGB Variations
Color information
#082E2A (or 0x082E2A) is known color: Dark Green. HEX triplet: 08, 2E and 2A. RGB value is (8,46,42). Sum of RGB (Red+Green+Blue) = 8+46+42=96 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.33% from 96); Green value is 46 (18.36% from 255 or 47.92% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 46 - color contains mainly: green. Hex color #082E2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E2A is #F7D1D5. Grayscale: #222222. Windows color (decimal): -16241110 or 2764296. OLE color: 2764296.
HSL color Cylindrical-coordinate representation of color #082E2A: hue angle of 173.68º 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 #082E2A is Cyan = 0.83, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 46 | 42 | - |
| CMYK | 0.83 | 0 | 0.09 | 0.82 |
| HSL | 173.68º | 0.7% | 0.11% | - |
| HSV(B) | 173.68º | 0.83% | 0.18% | - |
| XYZ | 1.5 | 2.17 | 2.53 | - |
| YUV | 34.18 | 132.41 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 42 | 0.83 | 0 | 0.09 | 0.82 | 173.68 | 0.7 | 0.11 |
| Hex | 8 | 2E | 2A | 53 | 0 | 9 | 52 | AE | 46 | B |
| Octal | 10 | 56 | 52 | 123 | 0 | 11 | 122 | 256 | 106 | 13 |
| Binary | 1000 | 101110 | 101010 | 1010011 | 0 | 1001 | 1010010 | 10101110 | 1000110 | 1011 |
Color Harmonies of #082E2A
Complementary color
Monochromatic Colors of #082E2A
Black with #082E2A
Text Example
Text Example
White with #082E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E2A; }
p { color: rgb(8,46,42); }
H1.HeaderClassName
{
color: #082E2A;
}
.AnyTagClassName
{
color: #082E2A;
}
</style>
background-color css
<style>
a { background-color: #082E2A; }
a { background-color: rgb(8,46,42); }
div.DivClassName
{
background-color: #082E2A;
}
.BgClassName
{
background-color: #082E2A;
}
</style>
border-color css
<style>
span { border-color: #082E2A; }
span { border-color: rgb(8,46,42); }
td.TdClassName
{
border-color: #082E2A;
}
.TagClassName
{
border-color: #082E2A;
}
</style>