Shades of Forest Green #229014
Tints of Forest Green #229014
RGB
CMYK
RGB Variations
Color information
#229014 (or 0x229014) is known color: Forest Green. HEX triplet: 22, 90 and 14. RGB value is (34,144,20). Sum of RGB (Red+Green+Blue) = 34+144+20=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 144 (56.64% from 255 or 72.73% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 144 - color contains mainly: green. Hex color #229014 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #229014 is #DD6FEB. Grayscale: #616161. Windows color (decimal): -14512108 or 1347618. OLE color: 1347618.
HSL color Cylindrical-coordinate representation of color #229014: hue angle of 113.23º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229014 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 20 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.44 |
| HSL | 113.23º | 0.76% | 0.32% | - |
| HSV(B) | 113.23º | 0.86% | 0.56% | - |
| XYZ | 10.76 | 20.34 | 4.02 | - |
| YUV | 96.97 | 84.56 | 83.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 20 | 0.76 | 0 | 0.86 | 0.44 | 113.23 | 0.76 | 0.32 |
| Hex | 22 | 90 | 14 | 4C | 0 | 56 | 2C | 71 | 4C | 20 |
| Octal | 42 | 220 | 24 | 114 | 0 | 126 | 54 | 161 | 114 | 40 |
| Binary | 100010 | 10010000 | 10100 | 1001100 | 0 | 1010110 | 101100 | 1110001 | 1001100 | 100000 |
Color Harmonies of #229014
Complementary color
Monochromatic Colors of #229014
Black with #229014
Text Example
Text Example
White with #229014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229014; }
p { color: rgb(34,144,20); }
H1.HeaderClassName
{
color: #229014;
}
.AnyTagClassName
{
color: #229014;
}
</style>
background-color css
<style>
a { background-color: #229014; }
a { background-color: rgb(34,144,20); }
div.DivClassName
{
background-color: #229014;
}
.BgClassName
{
background-color: #229014;
}
</style>
border-color css
<style>
span { border-color: #229014; }
span { border-color: rgb(34,144,20); }
td.TdClassName
{
border-color: #229014;
}
.TagClassName
{
border-color: #229014;
}
</style>