Shades of Forest Green #229010
Tints of Forest Green #229010
RGB
CMYK
RGB Variations
Color information
#229010 (or 0x229010) is known color: Forest Green. HEX triplet: 22, 90 and 10. RGB value is (34,144,16). Sum of RGB (Red+Green+Blue) = 34+144+16=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 144 (56.64% from 255 or 74.23% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 144 - color contains mainly: green. Hex color #229010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #229010 is #DD6FEF. Grayscale: #606060. Windows color (decimal): -14512112 or 1085474. OLE color: 1085474.
HSL color Cylindrical-coordinate representation of color #229010: hue angle of 111.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #229010 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 16 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.44 |
| HSL | 111.56º | 0.8% | 0.31% | - |
| HSV(B) | 111.56º | 0.89% | 0.56% | - |
| XYZ | 10.73 | 20.32 | 3.85 | - |
| YUV | 96.52 | 82.56 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 16 | 0.76 | 0 | 0.89 | 0.44 | 111.56 | 0.8 | 0.31 |
| Hex | 22 | 90 | 10 | 4C | 0 | 59 | 2C | 70 | 50 | 1F |
| Octal | 42 | 220 | 20 | 114 | 0 | 131 | 54 | 160 | 120 | 37 |
| Binary | 100010 | 10010000 | 10000 | 1001100 | 0 | 1011001 | 101100 | 1110000 | 1010000 | 11111 |
Color Harmonies of #229010
Complementary color
Monochromatic Colors of #229010
Black with #229010
Text Example
Text Example
White with #229010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229010; }
p { color: rgb(34,144,16); }
H1.HeaderClassName
{
color: #229010;
}
.AnyTagClassName
{
color: #229010;
}
</style>
background-color css
<style>
a { background-color: #229010; }
a { background-color: rgb(34,144,16); }
div.DivClassName
{
background-color: #229010;
}
.BgClassName
{
background-color: #229010;
}
</style>
border-color css
<style>
span { border-color: #229010; }
span { border-color: rgb(34,144,16); }
td.TdClassName
{
border-color: #229010;
}
.TagClassName
{
border-color: #229010;
}
</style>