Shades of Forest Green #219C2C
Tints of Forest Green #219C2C
RGB
CMYK
RGB Variations
Color information
#219C2C (or 0x219C2C) is known color: Forest Green. HEX triplet: 21, 9C and 2C. RGB value is (33,156,44). Sum of RGB (Red+Green+Blue) = 33+156+44=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 156 (61.33% from 255 or 66.95% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 156 - color contains mainly: green. Hex color #219C2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219C2C is #DE63D3. Grayscale: #6A6A6A. Windows color (decimal): -14574548 or 2923553. OLE color: 2923553.
HSL color Cylindrical-coordinate representation of color #219C2C: hue angle of 125.37º 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 #219C2C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 44 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.39 |
| HSL | 125.37º | 0.65% | 0.37% | - |
| HSV(B) | 125.37º | 0.79% | 0.61% | - |
| XYZ | 12.97 | 24.28 | 6.39 | - |
| YUV | 106.46 | 92.75 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 44 | 0.79 | 0 | 0.72 | 0.39 | 125.37 | 0.65 | 0.37 |
| Hex | 21 | 9C | 2C | 4F | 0 | 48 | 27 | 7D | 41 | 25 |
| Octal | 41 | 234 | 54 | 117 | 0 | 110 | 47 | 175 | 101 | 45 |
| Binary | 100001 | 10011100 | 101100 | 1001111 | 0 | 1001000 | 100111 | 1111101 | 1000001 | 100101 |
Color Harmonies of #219C2C
Complementary color
Monochromatic Colors of #219C2C
Black with #219C2C
Text Example
Text Example
White with #219C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C2C; }
p { color: rgb(33,156,44); }
H1.HeaderClassName
{
color: #219C2C;
}
.AnyTagClassName
{
color: #219C2C;
}
</style>
background-color css
<style>
a { background-color: #219C2C; }
a { background-color: rgb(33,156,44); }
div.DivClassName
{
background-color: #219C2C;
}
.BgClassName
{
background-color: #219C2C;
}
</style>
border-color css
<style>
span { border-color: #219C2C; }
span { border-color: rgb(33,156,44); }
td.TdClassName
{
border-color: #219C2C;
}
.TagClassName
{
border-color: #219C2C;
}
</style>