Shades of Dark Green #082C24
Tints of Dark Green #082C24
RGB
CMYK
RGB Variations
Color information
#082C24 (or 0x082C24) is known color: Dark Green. HEX triplet: 08, 2C and 24. RGB value is (8,44,36). Sum of RGB (Red+Green+Blue) = 8+44+36=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 36 (14.45% from 255 or 40.91% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #082C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C24 is #F7D3DB. Grayscale: #202020. Windows color (decimal): -16241628 or 2370568. OLE color: 2370568.
HSL color Cylindrical-coordinate representation of color #082C24: hue angle of 166.67º 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 #082C24 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 36 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.83 |
| HSL | 166.67º | 0.69% | 0.1% | - |
| HSV(B) | 166.67º | 0.82% | 0.17% | - |
| XYZ | 1.32 | 1.98 | 1.98 | - |
| YUV | 32.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 36 | 0.82 | 0 | 0.18 | 0.83 | 166.67 | 0.69 | 0.1 |
| Hex | 8 | 2C | 24 | 52 | 0 | 12 | 53 | A7 | 45 | A |
| Octal | 10 | 54 | 44 | 122 | 0 | 22 | 123 | 247 | 105 | 12 |
| Binary | 1000 | 101100 | 100100 | 1010010 | 0 | 10010 | 1010011 | 10100111 | 1000101 | 1010 |
Color Harmonies of #082C24
Complementary color
Monochromatic Colors of #082C24
Black with #082C24
Text Example
Text Example
White with #082C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C24; }
p { color: rgb(8,44,36); }
H1.HeaderClassName
{
color: #082C24;
}
.AnyTagClassName
{
color: #082C24;
}
</style>
background-color css
<style>
a { background-color: #082C24; }
a { background-color: rgb(8,44,36); }
div.DivClassName
{
background-color: #082C24;
}
.BgClassName
{
background-color: #082C24;
}
</style>
border-color css
<style>
span { border-color: #082C24; }
span { border-color: rgb(8,44,36); }
td.TdClassName
{
border-color: #082C24;
}
.TagClassName
{
border-color: #082C24;
}
</style>