Shades of Forest Green #219C2D
Tints of Forest Green #219C2D
RGB
CMYK
RGB Variations
Color information
#219C2D (or 0x219C2D) is known color: Forest Green. HEX triplet: 21, 9C and 2D. RGB value is (33,156,45). Sum of RGB (Red+Green+Blue) = 33+156+45=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 156 (61.33% from 255 or 66.67% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 156 - color contains mainly: green. Hex color #219C2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #219C2D is #DE63D2. Grayscale: #6A6A6A. Windows color (decimal): -14574547 or 2989089. OLE color: 2989089.
HSL color Cylindrical-coordinate representation of color #219C2D: hue angle of 125.85º 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 #219C2D is Cyan = 0.79, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 33 | 156 | 45 | - |
| CMYK | 0.79 | 0 | 0.71 | 0.39 |
| HSL | 125.85º | 0.65% | 0.37% | - |
| HSV(B) | 125.85º | 0.79% | 0.61% | - |
| XYZ | 12.99 | 24.29 | 6.49 | - |
| YUV | 106.57 | 93.25 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 156 | 45 | 0.79 | 0 | 0.71 | 0.39 | 125.85 | 0.65 | 0.37 |
| Hex | 21 | 9C | 2D | 4F | 0 | 47 | 27 | 7E | 41 | 25 |
| Octal | 41 | 234 | 55 | 117 | 0 | 107 | 47 | 176 | 101 | 45 |
| Binary | 100001 | 10011100 | 101101 | 1001111 | 0 | 1000111 | 100111 | 1111110 | 1000001 | 100101 |
Color Harmonies of #219C2D
Complementary color
Monochromatic Colors of #219C2D
Black with #219C2D
Text Example
Text Example
White with #219C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219C2D; }
p { color: rgb(33,156,45); }
H1.HeaderClassName
{
color: #219C2D;
}
.AnyTagClassName
{
color: #219C2D;
}
</style>
background-color css
<style>
a { background-color: #219C2D; }
a { background-color: rgb(33,156,45); }
div.DivClassName
{
background-color: #219C2D;
}
.BgClassName
{
background-color: #219C2D;
}
</style>
border-color css
<style>
span { border-color: #219C2D; }
span { border-color: rgb(33,156,45); }
td.TdClassName
{
border-color: #219C2D;
}
.TagClassName
{
border-color: #219C2D;
}
</style>