Shades of Forest Green #219235
Tints of Forest Green #219235
RGB
CMYK
RGB Variations
Color information
#219235 (or 0x219235) is known color: Forest Green. HEX triplet: 21, 92 and 35. RGB value is (33,146,53). Sum of RGB (Red+Green+Blue) = 33+146+53=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 146 (57.42% from 255 or 62.93% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 146 - color contains mainly: green. Hex color #219235 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219235 is #DE6DCA. Grayscale: #656565. Windows color (decimal): -14577099 or 3510817. OLE color: 3510817.
HSL color Cylindrical-coordinate representation of color #219235: hue angle of 130.62º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #219235 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 53 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.43 |
| HSL | 130.62º | 0.63% | 0.35% | - |
| HSV(B) | 130.62º | 0.77% | 0.57% | - |
| XYZ | 11.55 | 21.14 | 6.84 | - |
| YUV | 101.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 53 | 0.77 | 0 | 0.64 | 0.43 | 130.62 | 0.63 | 0.35 |
| Hex | 21 | 92 | 35 | 4D | 0 | 40 | 2B | 83 | 3F | 23 |
| Octal | 41 | 222 | 65 | 115 | 0 | 100 | 53 | 203 | 77 | 43 |
| Binary | 100001 | 10010010 | 110101 | 1001101 | 0 | 1000000 | 101011 | 10000011 | 111111 | 100011 |
Color Harmonies of #219235
Complementary color
Monochromatic Colors of #219235
Black with #219235
Text Example
Text Example
White with #219235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219235; }
p { color: rgb(33,146,53); }
H1.HeaderClassName
{
color: #219235;
}
.AnyTagClassName
{
color: #219235;
}
</style>
background-color css
<style>
a { background-color: #219235; }
a { background-color: rgb(33,146,53); }
div.DivClassName
{
background-color: #219235;
}
.BgClassName
{
background-color: #219235;
}
</style>
border-color css
<style>
span { border-color: #219235; }
span { border-color: rgb(33,146,53); }
td.TdClassName
{
border-color: #219235;
}
.TagClassName
{
border-color: #219235;
}
</style>