Shades of Forest Green #228518
Tints of Forest Green #228518
RGB
CMYK
RGB Variations
Color information
#228518 (or 0x228518) is known color: Forest Green. HEX triplet: 22, 85 and 18. RGB value is (34,133,24). Sum of RGB (Red+Green+Blue) = 34+133+24=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 133 (52.34% from 255 or 69.63% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 133 - color contains mainly: green. Hex color #228518 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #228518 is #DD7AE7. Grayscale: #5B5B5B. Windows color (decimal): -14514920 or 1606946. OLE color: 1606946.
HSL color Cylindrical-coordinate representation of color #228518: hue angle of 114.5º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #228518 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 34 | 133 | 24 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.48 |
| HSL | 114.5º | 0.69% | 0.31% | - |
| HSV(B) | 114.5º | 0.82% | 0.52% | - |
| XYZ | 9.21 | 17.18 | 3.69 | - |
| YUV | 90.97 | 90.2 | 87.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 133 | 24 | 0.74 | 0 | 0.82 | 0.48 | 114.5 | 0.69 | 0.31 |
| Hex | 22 | 85 | 18 | 4A | 0 | 52 | 30 | 72 | 45 | 1F |
| Octal | 42 | 205 | 30 | 112 | 0 | 122 | 60 | 162 | 105 | 37 |
| Binary | 100010 | 10000101 | 11000 | 1001010 | 0 | 1010010 | 110000 | 1110010 | 1000101 | 11111 |
Color Harmonies of #228518
Complementary color
Monochromatic Colors of #228518
Black with #228518
Text Example
Text Example
White with #228518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228518; }
p { color: rgb(34,133,24); }
H1.HeaderClassName
{
color: #228518;
}
.AnyTagClassName
{
color: #228518;
}
</style>
background-color css
<style>
a { background-color: #228518; }
a { background-color: rgb(34,133,24); }
div.DivClassName
{
background-color: #228518;
}
.BgClassName
{
background-color: #228518;
}
</style>
border-color css
<style>
span { border-color: #228518; }
span { border-color: rgb(34,133,24); }
td.TdClassName
{
border-color: #228518;
}
.TagClassName
{
border-color: #228518;
}
</style>