Shades of Dark Green #083428
Tints of Dark Green #083428
RGB
CMYK
RGB Variations
Color information
#083428 (or 0x083428) is known color: Dark Green. HEX triplet: 08, 34 and 28. RGB value is (8,52,40). Sum of RGB (Red+Green+Blue) = 8+52+40=100 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #083428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083428 is #F7CBD7. Grayscale: #252525. Windows color (decimal): -16239576 or 2634760. OLE color: 2634760.
HSL color Cylindrical-coordinate representation of color #083428: hue angle of 163.64º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083428 is Cyan = 0.85, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 40 | - |
| CMYK | 0.85 | 0 | 0.23 | 0.80 |
| HSL | 163.64º | 0.73% | 0.12% | - |
| HSV(B) | 163.64º | 0.85% | 0.2% | - |
| XYZ | 1.71 | 2.66 | 2.43 | - |
| YUV | 37.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 40 | 0.85 | 0 | 0.23 | 0.80 | 163.64 | 0.73 | 0.12 |
| Hex | 8 | 34 | 28 | 55 | 0 | 17 | 50 | A4 | 49 | C |
| Octal | 10 | 64 | 50 | 125 | 0 | 27 | 120 | 244 | 111 | 14 |
| Binary | 1000 | 110100 | 101000 | 1010101 | 0 | 10111 | 1010000 | 10100100 | 1001001 | 1100 |
Color Harmonies of #083428
Complementary color
Monochromatic Colors of #083428
Black with #083428
Text Example
Text Example
White with #083428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083428; }
p { color: rgb(8,52,40); }
H1.HeaderClassName
{
color: #083428;
}
.AnyTagClassName
{
color: #083428;
}
</style>
background-color css
<style>
a { background-color: #083428; }
a { background-color: rgb(8,52,40); }
div.DivClassName
{
background-color: #083428;
}
.BgClassName
{
background-color: #083428;
}
</style>
border-color css
<style>
span { border-color: #083428; }
span { border-color: rgb(8,52,40); }
td.TdClassName
{
border-color: #083428;
}
.TagClassName
{
border-color: #083428;
}
</style>