Shades of Dark Green #082C28
Tints of Dark Green #082C28
RGB
CMYK
RGB Variations
Color information
#082C28 (or 0x082C28) is known color: Dark Green. HEX triplet: 08, 2C and 28. RGB value is (8,44,40). Sum of RGB (Red+Green+Blue) = 8+44+40=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 44 (17.58% from 255 or 47.83% from 92); Blue value is 40 (16.02% from 255 or 43.48% from 92); Max value from RGB is 44 - color contains mainly: green. Hex color #082C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C28 is #F7D3D7. Grayscale: #202020. Windows color (decimal): -16241624 or 2632712. OLE color: 2632712.
HSL color Cylindrical-coordinate representation of color #082C28: hue angle of 173.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 #082C28 is Cyan = 0.82, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 40 | - |
| CMYK | 0.82 | 0 | 0.09 | 0.83 |
| HSL | 173.33º | 0.69% | 0.1% | - |
| HSV(B) | 173.33º | 0.82% | 0.17% | - |
| XYZ | 1.38 | 2.01 | 2.32 | - |
| YUV | 32.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 40 | 0.82 | 0 | 0.09 | 0.83 | 173.33 | 0.69 | 0.1 |
| Hex | 8 | 2C | 28 | 52 | 0 | 9 | 53 | AD | 45 | A |
| Octal | 10 | 54 | 50 | 122 | 0 | 11 | 123 | 255 | 105 | 12 |
| Binary | 1000 | 101100 | 101000 | 1010010 | 0 | 1001 | 1010011 | 10101101 | 1000101 | 1010 |
Color Harmonies of #082C28
Complementary color
Monochromatic Colors of #082C28
Black with #082C28
Text Example
Text Example
White with #082C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C28; }
p { color: rgb(8,44,40); }
H1.HeaderClassName
{
color: #082C28;
}
.AnyTagClassName
{
color: #082C28;
}
</style>
background-color css
<style>
a { background-color: #082C28; }
a { background-color: rgb(8,44,40); }
div.DivClassName
{
background-color: #082C28;
}
.BgClassName
{
background-color: #082C28;
}
</style>
border-color css
<style>
span { border-color: #082C28; }
span { border-color: rgb(8,44,40); }
td.TdClassName
{
border-color: #082C28;
}
.TagClassName
{
border-color: #082C28;
}
</style>