Shades of Dark Green #082D1C
Tints of Dark Green #082D1C
RGB
CMYK
RGB Variations
Color information
#082D1C (or 0x082D1C) is known color: Dark Green. HEX triplet: 08, 2D and 1C. RGB value is (8,45,28). Sum of RGB (Red+Green+Blue) = 8+45+28=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 45 (17.97% from 255 or 55.56% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 45 - color contains mainly: green. Hex color #082D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082D1C is #F7D2E3. Grayscale: #202020. Windows color (decimal): -16241380 or 1846536. OLE color: 1846536.
HSL color Cylindrical-coordinate representation of color #082D1C: hue angle of 152.43º 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 #082D1C is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 45 | 28 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.82 |
| HSL | 152.43º | 0.7% | 0.1% | - |
| HSV(B) | 152.43º | 0.82% | 0.18% | - |
| XYZ | 1.25 | 2.01 | 1.42 | - |
| YUV | 32 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 28 | 0.82 | 0 | 0.38 | 0.82 | 152.43 | 0.7 | 0.1 |
| Hex | 8 | 2D | 1C | 52 | 0 | 26 | 52 | 98 | 46 | A |
| Octal | 10 | 55 | 34 | 122 | 0 | 46 | 122 | 230 | 106 | 12 |
| Binary | 1000 | 101101 | 11100 | 1010010 | 0 | 100110 | 1010010 | 10011000 | 1000110 | 1010 |
Color Harmonies of #082D1C
Complementary color
Monochromatic Colors of #082D1C
Black with #082D1C
Text Example
Text Example
White with #082D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D1C; }
p { color: rgb(8,45,28); }
H1.HeaderClassName
{
color: #082D1C;
}
.AnyTagClassName
{
color: #082D1C;
}
</style>
background-color css
<style>
a { background-color: #082D1C; }
a { background-color: rgb(8,45,28); }
div.DivClassName
{
background-color: #082D1C;
}
.BgClassName
{
background-color: #082D1C;
}
</style>
border-color css
<style>
span { border-color: #082D1C; }
span { border-color: rgb(8,45,28); }
td.TdClassName
{
border-color: #082D1C;
}
.TagClassName
{
border-color: #082D1C;
}
</style>