Shades of Dark Green #082C1C
Tints of Dark Green #082C1C
RGB
CMYK
RGB Variations
Color information
#082C1C (or 0x082C1C) is known color: Dark Green. HEX triplet: 08, 2C and 1C. RGB value is (8,44,28). Sum of RGB (Red+Green+Blue) = 8+44+28=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 44 (17.58% from 255 or 55% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 44 - color contains mainly: green. Hex color #082C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C1C is #F7D3E3. Grayscale: #1F1F1F. Windows color (decimal): -16241636 or 1846280. OLE color: 1846280.
HSL color Cylindrical-coordinate representation of color #082C1C: hue angle of 153.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 #082C1C is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 44 | 28 | - |
| CMYK | 0.82 | 0 | 0.36 | 0.83 |
| HSL | 153.33º | 0.69% | 0.1% | - |
| HSV(B) | 153.33º | 0.82% | 0.17% | - |
| XYZ | 1.21 | 1.94 | 1.41 | - |
| YUV | 31.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 28 | 0.82 | 0 | 0.36 | 0.83 | 153.33 | 0.69 | 0.1 |
| Hex | 8 | 2C | 1C | 52 | 0 | 24 | 53 | 99 | 45 | A |
| Octal | 10 | 54 | 34 | 122 | 0 | 44 | 123 | 231 | 105 | 12 |
| Binary | 1000 | 101100 | 11100 | 1010010 | 0 | 100100 | 1010011 | 10011001 | 1000101 | 1010 |
Color Harmonies of #082C1C
Complementary color
Monochromatic Colors of #082C1C
Black with #082C1C
Text Example
Text Example
White with #082C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C1C; }
p { color: rgb(8,44,28); }
H1.HeaderClassName
{
color: #082C1C;
}
.AnyTagClassName
{
color: #082C1C;
}
</style>
background-color css
<style>
a { background-color: #082C1C; }
a { background-color: rgb(8,44,28); }
div.DivClassName
{
background-color: #082C1C;
}
.BgClassName
{
background-color: #082C1C;
}
</style>
border-color css
<style>
span { border-color: #082C1C; }
span { border-color: rgb(8,44,28); }
td.TdClassName
{
border-color: #082C1C;
}
.TagClassName
{
border-color: #082C1C;
}
</style>