Shades of Forest Green #226C13
Tints of Forest Green #226C13
RGB
CMYK
RGB Variations
Color information
#226C13 (or 0x226C13) is known color: Forest Green. HEX triplet: 22, 6C and 13. RGB value is (34,108,19). Sum of RGB (Red+Green+Blue) = 34+108+19=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 108 (42.58% from 255 or 67.08% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 108 - color contains mainly: green. Hex color #226C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226C13 is #DD93EC. Grayscale: #4C4C4C. Windows color (decimal): -14521325 or 1272866. OLE color: 1272866.
HSL color Cylindrical-coordinate representation of color #226C13: hue angle of 109.89º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #226C13 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 19 | - |
| CMYK | 0.69 | 0 | 0.82 | 0.58 |
| HSL | 109.89º | 0.7% | 0.25% | - |
| HSV(B) | 109.89º | 0.82% | 0.42% | - |
| XYZ | 6.14 | 11.11 | 2.44 | - |
| YUV | 75.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 19 | 0.69 | 0 | 0.82 | 0.58 | 109.89 | 0.7 | 0.25 |
| Hex | 22 | 6C | 13 | 45 | 0 | 52 | 3A | 6E | 46 | 19 |
| Octal | 42 | 154 | 23 | 105 | 0 | 122 | 72 | 156 | 106 | 31 |
| Binary | 100010 | 1101100 | 10011 | 1000101 | 0 | 1010010 | 111010 | 1101110 | 1000110 | 11001 |
Color Harmonies of #226C13
Complementary color
Monochromatic Colors of #226C13
Black with #226C13
Text Example
Text Example
White with #226C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C13; }
p { color: rgb(34,108,19); }
H1.HeaderClassName
{
color: #226C13;
}
.AnyTagClassName
{
color: #226C13;
}
</style>
background-color css
<style>
a { background-color: #226C13; }
a { background-color: rgb(34,108,19); }
div.DivClassName
{
background-color: #226C13;
}
.BgClassName
{
background-color: #226C13;
}
</style>
border-color css
<style>
span { border-color: #226C13; }
span { border-color: rgb(34,108,19); }
td.TdClassName
{
border-color: #226C13;
}
.TagClassName
{
border-color: #226C13;
}
</style>