Shades of Forest Green #219B32
Tints of Forest Green #219B32
RGB
CMYK
RGB Variations
Color information
#219B32 (or 0x219B32) is known color: Forest Green. HEX triplet: 21, 9B and 32. RGB value is (33,155,50). Sum of RGB (Red+Green+Blue) = 33+155+50=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 155 (60.94% from 255 or 65.13% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 155 - color contains mainly: green. Hex color #219B32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219B32 is #DE64CD. Grayscale: #6A6A6A. Windows color (decimal): -14574798 or 3316513. OLE color: 3316513.
HSL color Cylindrical-coordinate representation of color #219B32: hue angle of 128.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219B32 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 155 | 50 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.39 |
| HSL | 128.36º | 0.65% | 0.37% | - |
| HSV(B) | 128.36º | 0.79% | 0.61% | - |
| XYZ | 12.92 | 24 | 6.97 | - |
| YUV | 106.55 | 96.08 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 50 | 0.79 | 0 | 0.68 | 0.39 | 128.36 | 0.65 | 0.37 |
| Hex | 21 | 9B | 32 | 4F | 0 | 44 | 27 | 80 | 41 | 25 |
| Octal | 41 | 233 | 62 | 117 | 0 | 104 | 47 | 200 | 101 | 45 |
| Binary | 100001 | 10011011 | 110010 | 1001111 | 0 | 1000100 | 100111 | 10000000 | 1000001 | 100101 |
Color Harmonies of #219B32
Complementary color
Monochromatic Colors of #219B32
Black with #219B32
Text Example
Text Example
White with #219B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219B32; }
p { color: rgb(33,155,50); }
H1.HeaderClassName
{
color: #219B32;
}
.AnyTagClassName
{
color: #219B32;
}
</style>
background-color css
<style>
a { background-color: #219B32; }
a { background-color: rgb(33,155,50); }
div.DivClassName
{
background-color: #219B32;
}
.BgClassName
{
background-color: #219B32;
}
</style>
border-color css
<style>
span { border-color: #219B32; }
span { border-color: rgb(33,155,50); }
td.TdClassName
{
border-color: #219B32;
}
.TagClassName
{
border-color: #219B32;
}
</style>