Shades of Dark Green #032D26
Tints of Dark Green #032D26
RGB
CMYK
RGB Variations
Color information
#032D26 (or 0x032D26) is known color: Dark Green. HEX triplet: 03, 2D and 26. RGB value is (3,45,38). Sum of RGB (Red+Green+Blue) = 3+45+38=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 45 (17.97% from 255 or 52.33% from 86); Blue value is 38 (15.23% from 255 or 44.19% from 86); Max value from RGB is 45 - color contains mainly: green. Hex color #032D26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032D26 is #FCD2D9. Grayscale: #1F1F1F. Windows color (decimal): -16569050 or 2501891. OLE color: 2501891.
HSL color Cylindrical-coordinate representation of color #032D26: hue angle of 170º 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 #032D26 is Cyan = 0.93, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 3 | 45 | 38 | - |
| CMYK | 0.93 | 0 | 0.16 | 0.82 |
| HSL | 170º | 0.88% | 0.09% | - |
| HSV(B) | 170º | 0.93% | 0.18% | - |
| XYZ | 1.33 | 2.04 | 2.16 | - |
| YUV | 31.64 | 131.59 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 45 | 38 | 0.93 | 0 | 0.16 | 0.82 | 170 | 0.88 | 0.09 |
| Hex | 3 | 2D | 26 | 5D | 0 | 10 | 52 | AA | 58 | 9 |
| Octal | 3 | 55 | 46 | 135 | 0 | 20 | 122 | 252 | 130 | 11 |
| Binary | 11 | 101101 | 100110 | 1011101 | 0 | 10000 | 1010010 | 10101010 | 1011000 | 1001 |
Color Harmonies of #032D26
Complementary color
Monochromatic Colors of #032D26
Black with #032D26
Text Example
Text Example
White with #032D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032D26; }
p { color: rgb(3,45,38); }
H1.HeaderClassName
{
color: #032D26;
}
.AnyTagClassName
{
color: #032D26;
}
</style>
background-color css
<style>
a { background-color: #032D26; }
a { background-color: rgb(3,45,38); }
div.DivClassName
{
background-color: #032D26;
}
.BgClassName
{
background-color: #032D26;
}
</style>
border-color css
<style>
span { border-color: #032D26; }
span { border-color: rgb(3,45,38); }
td.TdClassName
{
border-color: #032D26;
}
.TagClassName
{
border-color: #032D26;
}
</style>