Shades of Forest Green #226C0B
Tints of Forest Green #226C0B
RGB
CMYK
RGB Variations
Color information
#226C0B (or 0x226C0B) is known color: Forest Green. HEX triplet: 22, 6C and 0B. RGB value is (34,108,11). Sum of RGB (Red+Green+Blue) = 34+108+11=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 108 (42.58% from 255 or 70.59% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 108 - color contains mainly: green. Hex color #226C0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #226C0B is #DD93F4. Grayscale: #4B4B4B. Windows color (decimal): -14521333 or 748578. OLE color: 748578.
HSL color Cylindrical-coordinate representation of color #226C0B: hue angle of 105.77º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #226C0B is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 11 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.58 |
| HSL | 105.77º | 0.82% | 0.23% | - |
| HSV(B) | 105.77º | 0.9% | 0.42% | - |
| XYZ | 6.08 | 11.09 | 2.14 | - |
| YUV | 74.82 | 91.98 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 11 | 0.69 | 0 | 0.90 | 0.58 | 105.77 | 0.82 | 0.23 |
| Hex | 22 | 6C | B | 45 | 0 | 5A | 3A | 6A | 52 | 17 |
| Octal | 42 | 154 | 13 | 105 | 0 | 132 | 72 | 152 | 122 | 27 |
| Binary | 100010 | 1101100 | 1011 | 1000101 | 0 | 1011010 | 111010 | 1101010 | 1010010 | 10111 |
Color Harmonies of #226C0B
Complementary color
Monochromatic Colors of #226C0B
Black with #226C0B
Text Example
Text Example
White with #226C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C0B; }
p { color: rgb(34,108,11); }
H1.HeaderClassName
{
color: #226C0B;
}
.AnyTagClassName
{
color: #226C0B;
}
</style>
background-color css
<style>
a { background-color: #226C0B; }
a { background-color: rgb(34,108,11); }
div.DivClassName
{
background-color: #226C0B;
}
.BgClassName
{
background-color: #226C0B;
}
</style>
border-color css
<style>
span { border-color: #226C0B; }
span { border-color: rgb(34,108,11); }
td.TdClassName
{
border-color: #226C0B;
}
.TagClassName
{
border-color: #226C0B;
}
</style>