Shades of Forest Green #228531
Tints of Forest Green #228531
RGB
CMYK
RGB Variations
Color information
#228531 (or 0x228531) is known color: Forest Green. HEX triplet: 22, 85 and 31. RGB value is (34,133,49). Sum of RGB (Red+Green+Blue) = 34+133+49=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #228531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228531 is #DD7ACE. Grayscale: #5E5E5E. Windows color (decimal): -14514895 or 3245346. OLE color: 3245346.
HSL color Cylindrical-coordinate representation of color #228531: hue angle of 129.09º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #228531 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 49 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.48 |
| HSL | 129.09º | 0.59% | 0.33% | - |
| HSV(B) | 129.09º | 0.74% | 0.52% | - |
| XYZ | 9.6 | 17.34 | 5.75 | - |
| YUV | 93.82 | 102.7 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 49 | 0.74 | 0 | 0.63 | 0.48 | 129.09 | 0.59 | 0.33 |
| Hex | 22 | 85 | 31 | 4A | 0 | 3F | 30 | 81 | 3B | 21 |
| Octal | 42 | 205 | 61 | 112 | 0 | 77 | 60 | 201 | 73 | 41 |
| Binary | 100010 | 10000101 | 110001 | 1001010 | 0 | 111111 | 110000 | 10000001 | 111011 | 100001 |
Color Harmonies of #228531
Complementary color
Monochromatic Colors of #228531
Black with #228531
Text Example
Text Example
White with #228531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228531; }
p { color: rgb(34,133,49); }
H1.HeaderClassName
{
color: #228531;
}
.AnyTagClassName
{
color: #228531;
}
</style>
background-color css
<style>
a { background-color: #228531; }
a { background-color: rgb(34,133,49); }
div.DivClassName
{
background-color: #228531;
}
.BgClassName
{
background-color: #228531;
}
</style>
border-color css
<style>
span { border-color: #228531; }
span { border-color: rgb(34,133,49); }
td.TdClassName
{
border-color: #228531;
}
.TagClassName
{
border-color: #228531;
}
</style>