Shades of Dark Green #082C16
Tints of Dark Green #082C16
RGB
CMYK
RGB Variations
Color information
#082C16 (or 0x082C16) is known color: Dark Green. HEX triplet: 08, 2C and 16. RGB value is (8,44,22). Sum of RGB (Red+Green+Blue) = 8+44+22=74 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.81% from 74); Green value is 44 (17.58% from 255 or 59.46% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 44 - color contains mainly: green. Hex color #082C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #082C16 is #F7D3E9. Grayscale: #1E1E1E. Windows color (decimal): -16241642 or 1453064. OLE color: 1453064.
HSL color Cylindrical-coordinate representation of color #082C16: hue angle of 143.33º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082C16 is Cyan = 0.82, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 22 | - |
| CMYK | 0.82 | 0 | 0.5 | 0.83 |
| HSL | 143.33º | 0.69% | 0.1% | - |
| HSV(B) | 143.33º | 0.82% | 0.17% | - |
| XYZ | 1.15 | 1.91 | 1.07 | - |
| YUV | 30.73 | 123.07 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 22 | 0.82 | 0 | 0.5 | 0.83 | 143.33 | 0.69 | 0.1 |
| Hex | 8 | 2C | 16 | 52 | 0 | 32 | 53 | 8F | 45 | A |
| Octal | 10 | 54 | 26 | 122 | 0 | 62 | 123 | 217 | 105 | 12 |
| Binary | 1000 | 101100 | 10110 | 1010010 | 0 | 110010 | 1010011 | 10001111 | 1000101 | 1010 |
Color Harmonies of #082C16
Complementary color
Monochromatic Colors of #082C16
Black with #082C16
Text Example
Text Example
White with #082C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C16; }
p { color: rgb(8,44,22); }
H1.HeaderClassName
{
color: #082C16;
}
.AnyTagClassName
{
color: #082C16;
}
</style>
background-color css
<style>
a { background-color: #082C16; }
a { background-color: rgb(8,44,22); }
div.DivClassName
{
background-color: #082C16;
}
.BgClassName
{
background-color: #082C16;
}
</style>
border-color css
<style>
span { border-color: #082C16; }
span { border-color: rgb(8,44,22); }
td.TdClassName
{
border-color: #082C16;
}
.TagClassName
{
border-color: #082C16;
}
</style>