Shades of Dark Green #032D28
Tints of Dark Green #032D28
RGB
CMYK
RGB Variations
Color information
#032D28 (or 0x032D28) is known color: Dark Green. HEX triplet: 03, 2D and 28. RGB value is (3,45,40). Sum of RGB (Red+Green+Blue) = 3+45+40=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 45 (17.97% from 255 or 51.14% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 45 - color contains mainly: green. Hex color #032D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D28 is #FCD2D7. Grayscale: #1F1F1F. Windows color (decimal): -16569048 or 2632963. OLE color: 2632963.
HSL color Cylindrical-coordinate representation of color #032D28: hue angle of 172.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #032D28 is Cyan = 0.93, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 40 | - |
| CMYK | 0.93 | 0 | 0.11 | 0.82 |
| HSL | 172.86º | 0.88% | 0.09% | - |
| HSV(B) | 172.86º | 0.93% | 0.18% | - |
| XYZ | 1.36 | 2.05 | 2.33 | - |
| YUV | 31.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 40 | 0.93 | 0 | 0.11 | 0.82 | 172.86 | 0.88 | 0.09 |
| Hex | 3 | 2D | 28 | 5D | 0 | B | 52 | AD | 58 | 9 |
| Octal | 3 | 55 | 50 | 135 | 0 | 13 | 122 | 255 | 130 | 11 |
| Binary | 11 | 101101 | 101000 | 1011101 | 0 | 1011 | 1010010 | 10101101 | 1011000 | 1001 |
Color Harmonies of #032D28
Complementary color
Monochromatic Colors of #032D28
Black with #032D28
Text Example
Text Example
White with #032D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D28; }
p { color: rgb(3,45,40); }
H1.HeaderClassName
{
color: #032D28;
}
.AnyTagClassName
{
color: #032D28;
}
</style>
background-color css
<style>
a { background-color: #032D28; }
a { background-color: rgb(3,45,40); }
div.DivClassName
{
background-color: #032D28;
}
.BgClassName
{
background-color: #032D28;
}
</style>
border-color css
<style>
span { border-color: #032D28; }
span { border-color: rgb(3,45,40); }
td.TdClassName
{
border-color: #032D28;
}
.TagClassName
{
border-color: #032D28;
}
</style>