Shades of Forest Green #219231
Tints of Forest Green #219231
RGB
CMYK
RGB Variations
Color information
#219231 (or 0x219231) is known color: Forest Green. HEX triplet: 21, 92 and 31. RGB value is (33,146,49). Sum of RGB (Red+Green+Blue) = 33+146+49=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 146 (57.42% from 255 or 64.04% from 228); Blue value is 49 (19.53% from 255 or 21.49% from 228); Max value from RGB is 146 - color contains mainly: green. Hex color #219231 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219231 is #DE6DCE. Grayscale: #656565. Windows color (decimal): -14577103 or 3248673. OLE color: 3248673.
HSL color Cylindrical-coordinate representation of color #219231: hue angle of 128.5º 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 #219231 is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 146 | 49 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.43 |
| HSL | 128.5º | 0.63% | 0.35% | - |
| HSV(B) | 128.5º | 0.77% | 0.57% | - |
| XYZ | 11.46 | 21.1 | 6.37 | - |
| YUV | 101.16 | 98.56 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 49 | 0.77 | 0 | 0.66 | 0.43 | 128.5 | 0.63 | 0.35 |
| Hex | 21 | 92 | 31 | 4D | 0 | 42 | 2B | 80 | 3F | 23 |
| Octal | 41 | 222 | 61 | 115 | 0 | 102 | 53 | 200 | 77 | 43 |
| Binary | 100001 | 10010010 | 110001 | 1001101 | 0 | 1000010 | 101011 | 10000000 | 111111 | 100011 |
Color Harmonies of #219231
Complementary color
Monochromatic Colors of #219231
Black with #219231
Text Example
Text Example
White with #219231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219231; }
p { color: rgb(33,146,49); }
H1.HeaderClassName
{
color: #219231;
}
.AnyTagClassName
{
color: #219231;
}
</style>
background-color css
<style>
a { background-color: #219231; }
a { background-color: rgb(33,146,49); }
div.DivClassName
{
background-color: #219231;
}
.BgClassName
{
background-color: #219231;
}
</style>
border-color css
<style>
span { border-color: #219231; }
span { border-color: rgb(33,146,49); }
td.TdClassName
{
border-color: #219231;
}
.TagClassName
{
border-color: #219231;
}
</style>