Shades of Dark Green #082D25
Tints of Dark Green #082D25
RGB
CMYK
RGB Variations
Color information
#082D25 (or 0x082D25) is known color: Dark Green. HEX triplet: 08, 2D and 25. RGB value is (8,45,37). Sum of RGB (Red+Green+Blue) = 8+45+37=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 45 (17.97% from 255 or 50% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 45 - color contains mainly: green. Hex color #082D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D25 is #F7D2DA. Grayscale: #212121. Windows color (decimal): -16241371 or 2436360. OLE color: 2436360.
HSL color Cylindrical-coordinate representation of color #082D25: hue angle of 167.03º degrees, saturation: 0.7, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #082D25 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 45 | 37 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.82 |
| HSL | 167.03º | 0.7% | 0.1% | - |
| HSV(B) | 167.03º | 0.82% | 0.18% | - |
| XYZ | 1.37 | 2.06 | 2.08 | - |
| YUV | 33.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 37 | 0.82 | 0 | 0.18 | 0.82 | 167.03 | 0.7 | 0.1 |
| Hex | 8 | 2D | 25 | 52 | 0 | 12 | 52 | A7 | 46 | A |
| Octal | 10 | 55 | 45 | 122 | 0 | 22 | 122 | 247 | 106 | 12 |
| Binary | 1000 | 101101 | 100101 | 1010010 | 0 | 10010 | 1010010 | 10100111 | 1000110 | 1010 |
Color Harmonies of #082D25
Complementary color
Monochromatic Colors of #082D25
Black with #082D25
Text Example
Text Example
White with #082D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D25; }
p { color: rgb(8,45,37); }
H1.HeaderClassName
{
color: #082D25;
}
.AnyTagClassName
{
color: #082D25;
}
</style>
background-color css
<style>
a { background-color: #082D25; }
a { background-color: rgb(8,45,37); }
div.DivClassName
{
background-color: #082D25;
}
.BgClassName
{
background-color: #082D25;
}
</style>
border-color css
<style>
span { border-color: #082D25; }
span { border-color: rgb(8,45,37); }
td.TdClassName
{
border-color: #082D25;
}
.TagClassName
{
border-color: #082D25;
}
</style>