Shades of Forest Green #227D13
Tints of Forest Green #227D13
RGB
CMYK
RGB Variations
Color information
#227D13 (or 0x227D13) is known color: Forest Green. HEX triplet: 22, 7D and 13. RGB value is (34,125,19). Sum of RGB (Red+Green+Blue) = 34+125+19=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 125 (49.22% from 255 or 70.22% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 125 - color contains mainly: green. Hex color #227D13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #227D13 is #DD82EC. Grayscale: #565656. Windows color (decimal): -14516973 or 1277218. OLE color: 1277218.
HSL color Cylindrical-coordinate representation of color #227D13: hue angle of 111.51º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #227D13 is Cyan = 0.73, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 34 | 125 | 19 | - |
| CMYK | 0.73 | 0 | 0.85 | 0.51 |
| HSL | 111.51º | 0.74% | 0.28% | - |
| HSV(B) | 111.51º | 0.85% | 0.49% | - |
| XYZ | 8.11 | 15.05 | 3.09 | - |
| YUV | 85.71 | 90.35 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 125 | 19 | 0.73 | 0 | 0.85 | 0.51 | 111.51 | 0.74 | 0.28 |
| Hex | 22 | 7D | 13 | 49 | 0 | 55 | 33 | 70 | 4A | 1C |
| Octal | 42 | 175 | 23 | 111 | 0 | 125 | 63 | 160 | 112 | 34 |
| Binary | 100010 | 1111101 | 10011 | 1001001 | 0 | 1010101 | 110011 | 1110000 | 1001010 | 11100 |
Color Harmonies of #227D13
Complementary color
Monochromatic Colors of #227D13
Black with #227D13
Text Example
Text Example
White with #227D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227D13; }
p { color: rgb(34,125,19); }
H1.HeaderClassName
{
color: #227D13;
}
.AnyTagClassName
{
color: #227D13;
}
</style>
background-color css
<style>
a { background-color: #227D13; }
a { background-color: rgb(34,125,19); }
div.DivClassName
{
background-color: #227D13;
}
.BgClassName
{
background-color: #227D13;
}
</style>
border-color css
<style>
span { border-color: #227D13; }
span { border-color: rgb(34,125,19); }
td.TdClassName
{
border-color: #227D13;
}
.TagClassName
{
border-color: #227D13;
}
</style>