Shades of Dark Green #083129
Tints of Dark Green #083129
RGB
CMYK
RGB Variations
Color information
#083129 (or 0x083129) is known color: Dark Green. HEX triplet: 08, 31 and 29. RGB value is (8,49,41). Sum of RGB (Red+Green+Blue) = 8+49+41=98 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.16% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 41 (16.41% from 255 or 41.84% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #083129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083129 is #F7CED6. Grayscale: #232323. Windows color (decimal): -16240343 or 2699528. OLE color: 2699528.
HSL color Cylindrical-coordinate representation of color #083129: hue angle of 168.29º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083129 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 8 | 49 | 41 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.81 |
| HSL | 168.29º | 0.72% | 0.11% | - |
| HSV(B) | 168.29º | 0.84% | 0.19% | - |
| XYZ | 1.6 | 2.41 | 2.48 | - |
| YUV | 35.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 49 | 41 | 0.84 | 0 | 0.16 | 0.81 | 168.29 | 0.72 | 0.11 |
| Hex | 8 | 31 | 29 | 54 | 0 | 10 | 51 | A8 | 48 | B |
| Octal | 10 | 61 | 51 | 124 | 0 | 20 | 121 | 250 | 110 | 13 |
| Binary | 1000 | 110001 | 101001 | 1010100 | 0 | 10000 | 1010001 | 10101000 | 1001000 | 1011 |
Color Harmonies of #083129
Complementary color
Monochromatic Colors of #083129
Black with #083129
Text Example
Text Example
White with #083129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083129; }
p { color: rgb(8,49,41); }
H1.HeaderClassName
{
color: #083129;
}
.AnyTagClassName
{
color: #083129;
}
</style>
background-color css
<style>
a { background-color: #083129; }
a { background-color: rgb(8,49,41); }
div.DivClassName
{
background-color: #083129;
}
.BgClassName
{
background-color: #083129;
}
</style>
border-color css
<style>
span { border-color: #083129; }
span { border-color: rgb(8,49,41); }
td.TdClassName
{
border-color: #083129;
}
.TagClassName
{
border-color: #083129;
}
</style>