Shades of Forest Green #219A2D
Tints of Forest Green #219A2D
RGB
CMYK
RGB Variations
Color information
#219A2D (or 0x219A2D) is known color: Forest Green. HEX triplet: 21, 9A and 2D. RGB value is (33,154,45). Sum of RGB (Red+Green+Blue) = 33+154+45=232 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.22% from 232); Green value is 154 (60.55% from 255 or 66.38% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 154 - color contains mainly: green. Hex color #219A2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219A2D is #DE65D2. Grayscale: #696969. Windows color (decimal): -14575059 or 2988577. OLE color: 2988577.
HSL color Cylindrical-coordinate representation of color #219A2D: hue angle of 125.95º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #219A2D is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 154 | 45 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.40 |
| HSL | 125.95º | 0.65% | 0.37% | - |
| HSV(B) | 125.95º | 0.79% | 0.6% | - |
| XYZ | 12.66 | 23.62 | 6.38 | - |
| YUV | 105.4 | 93.91 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 154 | 45 | 0.79 | 0 | 0.71 | 0.40 | 125.95 | 0.65 | 0.37 |
| Hex | 21 | 9A | 2D | 4F | 0 | 47 | 28 | 7E | 41 | 25 |
| Octal | 41 | 232 | 55 | 117 | 0 | 107 | 50 | 176 | 101 | 45 |
| Binary | 100001 | 10011010 | 101101 | 1001111 | 0 | 1000111 | 101000 | 1111110 | 1000001 | 100101 |
Color Harmonies of #219A2D
Complementary color
Monochromatic Colors of #219A2D
Black with #219A2D
Text Example
Text Example
White with #219A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219A2D; }
p { color: rgb(33,154,45); }
H1.HeaderClassName
{
color: #219A2D;
}
.AnyTagClassName
{
color: #219A2D;
}
</style>
background-color css
<style>
a { background-color: #219A2D; }
a { background-color: rgb(33,154,45); }
div.DivClassName
{
background-color: #219A2D;
}
.BgClassName
{
background-color: #219A2D;
}
</style>
border-color css
<style>
span { border-color: #219A2D; }
span { border-color: rgb(33,154,45); }
td.TdClassName
{
border-color: #219A2D;
}
.TagClassName
{
border-color: #219A2D;
}
</style>