Shades of Dark Green #032828
Tints of Dark Green #032828
RGB
CMYK
RGB Variations
Color information
#032828 (or 0x032828) is known color: Dark Green. HEX triplet: 03, 28 and 28. RGB value is (3,40,40). Sum of RGB (Red+Green+Blue) = 3+40+40=83 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.61% from 83); Green value is 40 (16.02% from 255 or 48.19% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #032828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032828 is #FCD7D7. Grayscale: #1C1C1C. Windows color (decimal): -16570328 or 2631683. OLE color: 2631683.
HSL color Cylindrical-coordinate representation of color #032828: hue angle of 180º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032828 is Cyan = 0.93, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 40 | 40 | - |
| CMYK | 0.93 | 0 | 0 | 0.84 |
| HSL | 180º | 0.86% | 0.08% | - |
| HSV(B) | 180º | 0.93% | 0.16% | - |
| XYZ | 1.18 | 1.69 | 2.27 | - |
| YUV | 28.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 40 | 0.93 | 0 | 0 | 0.84 | 180 | 0.86 | 0.08 |
| Hex | 3 | 28 | 28 | 5D | 0 | 0 | 54 | B4 | 56 | 8 |
| Octal | 3 | 50 | 50 | 135 | 0 | 0 | 124 | 264 | 126 | 10 |
| Binary | 11 | 101000 | 101000 | 1011101 | 0 | 0 | 1010100 | 10110100 | 1010110 | 1000 |
Color Harmonies of #032828
Complementary color
Monochromatic Colors of #032828
Black with #032828
Text Example
Text Example
White with #032828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032828; }
p { color: rgb(3,40,40); }
H1.HeaderClassName
{
color: #032828;
}
.AnyTagClassName
{
color: #032828;
}
</style>
background-color css
<style>
a { background-color: #032828; }
a { background-color: rgb(3,40,40); }
div.DivClassName
{
background-color: #032828;
}
.BgClassName
{
background-color: #032828;
}
</style>
border-color css
<style>
span { border-color: #032828; }
span { border-color: rgb(3,40,40); }
td.TdClassName
{
border-color: #032828;
}
.TagClassName
{
border-color: #032828;
}
</style>