Shades of Forest Green #32A826
Tints of Forest Green #32A826
RGB
CMYK
RGB Variations
Color information
#32A826 (or 0x32A826) is known color: Forest Green. HEX triplet: 32, A8 and 26. RGB value is (50,168,38). Sum of RGB (Red+Green+Blue) = 50+168+38=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 168 (66.02% from 255 or 65.62% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 168 - color contains mainly: green. Hex color #32A826 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A826 is #CD57D9. Grayscale: #767676. Windows color (decimal): -13457370 or 2533426. OLE color: 2533426.
HSL color Cylindrical-coordinate representation of color #32A826: hue angle of 114.46º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32A826 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 50 | 168 | 38 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.34 |
| HSL | 114.46º | 0.63% | 0.4% | - |
| HSV(B) | 114.46º | 0.77% | 0.66% | - |
| XYZ | 15.67 | 28.82 | 6.57 | - |
| YUV | 117.9 | 82.91 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 168 | 38 | 0.70 | 0 | 0.77 | 0.34 | 114.46 | 0.63 | 0.4 |
| Hex | 32 | A8 | 26 | 46 | 0 | 4D | 22 | 72 | 3F | 28 |
| Octal | 62 | 250 | 46 | 106 | 0 | 115 | 42 | 162 | 77 | 50 |
| Binary | 110010 | 10101000 | 100110 | 1000110 | 0 | 1001101 | 100010 | 1110010 | 111111 | 101000 |
Color Harmonies of #32A826
Complementary color
Monochromatic Colors of #32A826
Black with #32A826
Text Example
Text Example
White with #32A826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A826; }
p { color: rgb(50,168,38); }
H1.HeaderClassName
{
color: #32A826;
}
.AnyTagClassName
{
color: #32A826;
}
</style>
background-color css
<style>
a { background-color: #32A826; }
a { background-color: rgb(50,168,38); }
div.DivClassName
{
background-color: #32A826;
}
.BgClassName
{
background-color: #32A826;
}
</style>
border-color css
<style>
span { border-color: #32A826; }
span { border-color: rgb(50,168,38); }
td.TdClassName
{
border-color: #32A826;
}
.TagClassName
{
border-color: #32A826;
}
</style>