Shades of Dark Green #082C1F
Tints of Dark Green #082C1F
RGB
CMYK
RGB Variations
Color information
#082C1F (or 0x082C1F) is known color: Dark Green. HEX triplet: 08, 2C and 1F. RGB value is (8,44,31). Sum of RGB (Red+Green+Blue) = 8+44+31=83 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.64% from 83); Green value is 44 (17.58% from 255 or 53.01% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 44 - color contains mainly: green. Hex color #082C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C1F is #F7D3E0. Grayscale: #1F1F1F. Windows color (decimal): -16241633 or 2042888. OLE color: 2042888.
HSL color Cylindrical-coordinate representation of color #082C1F: hue angle of 158.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 #082C1F is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 31 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.83 |
| HSL | 158.33º | 0.69% | 0.1% | - |
| HSV(B) | 158.33º | 0.82% | 0.17% | - |
| XYZ | 1.25 | 1.95 | 1.61 | - |
| YUV | 31.75 | 127.57 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 31 | 0.82 | 0 | 0.30 | 0.83 | 158.33 | 0.69 | 0.1 |
| Hex | 8 | 2C | 1F | 52 | 0 | 1E | 53 | 9E | 45 | A |
| Octal | 10 | 54 | 37 | 122 | 0 | 36 | 123 | 236 | 105 | 12 |
| Binary | 1000 | 101100 | 11111 | 1010010 | 0 | 11110 | 1010011 | 10011110 | 1000101 | 1010 |
Color Harmonies of #082C1F
Complementary color
Monochromatic Colors of #082C1F
Black with #082C1F
Text Example
Text Example
White with #082C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C1F; }
p { color: rgb(8,44,31); }
H1.HeaderClassName
{
color: #082C1F;
}
.AnyTagClassName
{
color: #082C1F;
}
</style>
background-color css
<style>
a { background-color: #082C1F; }
a { background-color: rgb(8,44,31); }
div.DivClassName
{
background-color: #082C1F;
}
.BgClassName
{
background-color: #082C1F;
}
</style>
border-color css
<style>
span { border-color: #082C1F; }
span { border-color: rgb(8,44,31); }
td.TdClassName
{
border-color: #082C1F;
}
.TagClassName
{
border-color: #082C1F;
}
</style>