Shades of Dark Green #082D27
Tints of Dark Green #082D27
RGB
CMYK
RGB Variations
Color information
#082D27 (or 0x082D27) is known color: Dark Green. HEX triplet: 08, 2D and 27. RGB value is (8,45,39). Sum of RGB (Red+Green+Blue) = 8+45+39=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #082D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D27 is #F7D2D8. Grayscale: #212121. Windows color (decimal): -16241369 or 2567432. OLE color: 2567432.
HSL color Cylindrical-coordinate representation of color #082D27: hue angle of 170.27º 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 #082D27 is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 45 | 39 | - |
| CMYK | 0.82 | 0 | 0.13 | 0.82 |
| HSL | 170.27º | 0.7% | 0.1% | - |
| HSV(B) | 170.27º | 0.82% | 0.18% | - |
| XYZ | 1.4 | 2.07 | 2.25 | - |
| YUV | 33.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 39 | 0.82 | 0 | 0.13 | 0.82 | 170.27 | 0.7 | 0.1 |
| Hex | 8 | 2D | 27 | 52 | 0 | D | 52 | AA | 46 | A |
| Octal | 10 | 55 | 47 | 122 | 0 | 15 | 122 | 252 | 106 | 12 |
| Binary | 1000 | 101101 | 100111 | 1010010 | 0 | 1101 | 1010010 | 10101010 | 1000110 | 1010 |
Color Harmonies of #082D27
Complementary color
Monochromatic Colors of #082D27
Black with #082D27
Text Example
Text Example
White with #082D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D27; }
p { color: rgb(8,45,39); }
H1.HeaderClassName
{
color: #082D27;
}
.AnyTagClassName
{
color: #082D27;
}
</style>
background-color css
<style>
a { background-color: #082D27; }
a { background-color: rgb(8,45,39); }
div.DivClassName
{
background-color: #082D27;
}
.BgClassName
{
background-color: #082D27;
}
</style>
border-color css
<style>
span { border-color: #082D27; }
span { border-color: rgb(8,45,39); }
td.TdClassName
{
border-color: #082D27;
}
.TagClassName
{
border-color: #082D27;
}
</style>