Shades of Forest Green #228A31
Tints of Forest Green #228A31
RGB
CMYK
RGB Variations
Color information
#228A31 (or 0x228A31) is known color: Forest Green. HEX triplet: 22, 8A and 31. RGB value is (34,138,49). Sum of RGB (Red+Green+Blue) = 34+138+49=221 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.38% from 221); Green value is 138 (54.30% from 255 or 62.44% from 221); Blue value is 49 (19.53% from 255 or 22.17% from 221); Max value from RGB is 138 - color contains mainly: green. Hex color #228A31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #228A31 is #DD75CE. Grayscale: #616161. Windows color (decimal): -14513615 or 3246626. OLE color: 3246626.
HSL color Cylindrical-coordinate representation of color #228A31: hue angle of 128.65º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #228A31 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 34 | 138 | 49 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.46 |
| HSL | 128.65º | 0.6% | 0.34% | - |
| HSV(B) | 128.65º | 0.75% | 0.54% | - |
| XYZ | 10.3 | 18.74 | 5.98 | - |
| YUV | 96.76 | 101.04 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 138 | 49 | 0.75 | 0 | 0.64 | 0.46 | 128.65 | 0.6 | 0.34 |
| Hex | 22 | 8A | 31 | 4B | 0 | 40 | 2E | 81 | 3C | 22 |
| Octal | 42 | 212 | 61 | 113 | 0 | 100 | 56 | 201 | 74 | 42 |
| Binary | 100010 | 10001010 | 110001 | 1001011 | 0 | 1000000 | 101110 | 10000001 | 111100 | 100010 |
Color Harmonies of #228A31
Complementary color
Monochromatic Colors of #228A31
Black with #228A31
Text Example
Text Example
White with #228A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #228A31; }
p { color: rgb(34,138,49); }
H1.HeaderClassName
{
color: #228A31;
}
.AnyTagClassName
{
color: #228A31;
}
</style>
background-color css
<style>
a { background-color: #228A31; }
a { background-color: rgb(34,138,49); }
div.DivClassName
{
background-color: #228A31;
}
.BgClassName
{
background-color: #228A31;
}
</style>
border-color css
<style>
span { border-color: #228A31; }
span { border-color: rgb(34,138,49); }
td.TdClassName
{
border-color: #228A31;
}
.TagClassName
{
border-color: #228A31;
}
</style>