Shades of Dark Green #083328
Tints of Dark Green #083328
RGB
CMYK
RGB Variations
Color information
#083328 (or 0x083328) is known color: Dark Green. HEX triplet: 08, 33 and 28. RGB value is (8,51,40). Sum of RGB (Red+Green+Blue) = 8+51+40=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 51 (20.31% from 255 or 51.52% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 51 - color contains mainly: green. Hex color #083328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083328 is #F7CCD7. Grayscale: #242424. Windows color (decimal): -16239832 or 2634504. OLE color: 2634504.
HSL color Cylindrical-coordinate representation of color #083328: hue angle of 164.65º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083328 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 40 | - |
| CMYK | 0.84 | 0 | 0.22 | 0.8 |
| HSL | 164.65º | 0.73% | 0.12% | - |
| HSV(B) | 164.65º | 0.84% | 0.2% | - |
| XYZ | 1.67 | 2.57 | 2.42 | - |
| YUV | 36.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 40 | 0.84 | 0 | 0.22 | 0.8 | 164.65 | 0.73 | 0.12 |
| Hex | 8 | 33 | 28 | 54 | 0 | 16 | 50 | A5 | 49 | C |
| Octal | 10 | 63 | 50 | 124 | 0 | 26 | 120 | 245 | 111 | 14 |
| Binary | 1000 | 110011 | 101000 | 1010100 | 0 | 10110 | 1010000 | 10100101 | 1001001 | 1100 |
Color Harmonies of #083328
Complementary color
Monochromatic Colors of #083328
Black with #083328
Text Example
Text Example
White with #083328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083328; }
p { color: rgb(8,51,40); }
H1.HeaderClassName
{
color: #083328;
}
.AnyTagClassName
{
color: #083328;
}
</style>
background-color css
<style>
a { background-color: #083328; }
a { background-color: rgb(8,51,40); }
div.DivClassName
{
background-color: #083328;
}
.BgClassName
{
background-color: #083328;
}
</style>
border-color css
<style>
span { border-color: #083328; }
span { border-color: rgb(8,51,40); }
td.TdClassName
{
border-color: #083328;
}
.TagClassName
{
border-color: #083328;
}
</style>