Shades of Forest Green #229001
Tints of Forest Green #229001
RGB
CMYK
RGB Variations
Color information
#229001 (or 0x229001) is known color: Forest Green. HEX triplet: 22, 90 and 01. RGB value is (34,144,1). Sum of RGB (Red+Green+Blue) = 34+144+1=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 144 (56.64% from 255 or 80.45% from 179); Blue value is 1 (0.78% from 255 or 0.56% from 179); Max value from RGB is 144 - color contains mainly: green. Hex color #229001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #229001 is #DD6FFE. Grayscale: #5F5F5F. Windows color (decimal): -14512127 or 102434. OLE color: 102434.
HSL color Cylindrical-coordinate representation of color #229001: hue angle of 106.15º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #229001 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 34 | 144 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.44 |
| HSL | 106.15º | 0.99% | 0.28% | - |
| HSV(B) | 106.15º | 0.99% | 0.56% | - |
| XYZ | 10.64 | 20.29 | 3.38 | - |
| YUV | 94.81 | 75.06 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 144 | 1 | 0.76 | 0 | 0.99 | 0.44 | 106.15 | 0.99 | 0.28 |
| Hex | 22 | 90 | 1 | 4C | 0 | 63 | 2C | 6A | 63 | 1C |
| Octal | 42 | 220 | 1 | 114 | 0 | 143 | 54 | 152 | 143 | 34 |
| Binary | 100010 | 10010000 | 1 | 1001100 | 0 | 1100011 | 101100 | 1101010 | 1100011 | 11100 |
Color Harmonies of #229001
Complementary color
Monochromatic Colors of #229001
Black with #229001
Text Example
Text Example
White with #229001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229001; }
p { color: rgb(34,144,1); }
H1.HeaderClassName
{
color: #229001;
}
.AnyTagClassName
{
color: #229001;
}
</style>
background-color css
<style>
a { background-color: #229001; }
a { background-color: rgb(34,144,1); }
div.DivClassName
{
background-color: #229001;
}
.BgClassName
{
background-color: #229001;
}
</style>
border-color css
<style>
span { border-color: #229001; }
span { border-color: rgb(34,144,1); }
td.TdClassName
{
border-color: #229001;
}
.TagClassName
{
border-color: #229001;
}
</style>