Shades of Forest Green #32AB23
Tints of Forest Green #32AB23
RGB
CMYK
RGB Variations
Color information
#32AB23 (or 0x32AB23) is known color: Forest Green. HEX triplet: 32, AB and 23. RGB value is (50,171,35). Sum of RGB (Red+Green+Blue) = 50+171+35=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 171 (67.19% from 255 or 66.80% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB23 is #CD54DC. Grayscale: #777777. Windows color (decimal): -13456605 or 2337586. OLE color: 2337586.
HSL color Cylindrical-coordinate representation of color #32AB23: hue angle of 113.38º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32AB23 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 35 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.33 |
| HSL | 113.38º | 0.66% | 0.4% | - |
| HSV(B) | 113.38º | 0.8% | 0.67% | - |
| XYZ | 16.18 | 29.93 | 6.51 | - |
| YUV | 119.32 | 80.41 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 35 | 0.71 | 0 | 0.80 | 0.33 | 113.38 | 0.66 | 0.4 |
| Hex | 32 | AB | 23 | 47 | 0 | 50 | 21 | 71 | 42 | 28 |
| Octal | 62 | 253 | 43 | 107 | 0 | 120 | 41 | 161 | 102 | 50 |
| Binary | 110010 | 10101011 | 100011 | 1000111 | 0 | 1010000 | 100001 | 1110001 | 1000010 | 101000 |
Color Harmonies of #32AB23
Complementary color
Monochromatic Colors of #32AB23
Black with #32AB23
Text Example
Text Example
White with #32AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB23; }
p { color: rgb(50,171,35); }
H1.HeaderClassName
{
color: #32AB23;
}
.AnyTagClassName
{
color: #32AB23;
}
</style>
background-color css
<style>
a { background-color: #32AB23; }
a { background-color: rgb(50,171,35); }
div.DivClassName
{
background-color: #32AB23;
}
.BgClassName
{
background-color: #32AB23;
}
</style>
border-color css
<style>
span { border-color: #32AB23; }
span { border-color: rgb(50,171,35); }
td.TdClassName
{
border-color: #32AB23;
}
.TagClassName
{
border-color: #32AB23;
}
</style>