Shades of San Felix #226D22
Tints of San Felix #226D22
RGB
CMYK
RGB Variations
Color information
#226D22 (or 0x226D22) is known color: San Felix. HEX triplet: 22, 6D and 22. RGB value is (34,109,34). Sum of RGB (Red+Green+Blue) = 34+109+34=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 109 (42.97% from 255 or 61.58% from 177); Blue value is 34 (13.67% from 255 or 19.21% from 177); Max value from RGB is 109 - color contains mainly: green. Hex color #226D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226D22 is #DD92DD. Grayscale: #4E4E4E. Windows color (decimal): -14521054 or 2256162. OLE color: 2256162.
HSL color Cylindrical-coordinate representation of color #226D22: hue angle of 120º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226D22 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 34 | 109 | 34 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.57 |
| HSL | 120º | 0.52% | 0.28% | - |
| HSV(B) | 120º | 0.69% | 0.43% | - |
| XYZ | 6.42 | 11.39 | 3.37 | - |
| YUV | 78.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 109 | 34 | 0.69 | 0 | 0.69 | 0.57 | 120 | 0.52 | 0.28 |
| Hex | 22 | 6D | 22 | 45 | 0 | 45 | 39 | 78 | 34 | 1C |
| Octal | 42 | 155 | 42 | 105 | 0 | 105 | 71 | 170 | 64 | 34 |
| Binary | 100010 | 1101101 | 100010 | 1000101 | 0 | 1000101 | 111001 | 1111000 | 110100 | 11100 |
Color Harmonies of #226D22
Complementary color
Monochromatic Colors of #226D22
Black with #226D22
Text Example
Text Example
White with #226D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226D22; }
p { color: rgb(34,109,34); }
H1.HeaderClassName
{
color: #226D22;
}
.AnyTagClassName
{
color: #226D22;
}
</style>
background-color css
<style>
a { background-color: #226D22; }
a { background-color: rgb(34,109,34); }
div.DivClassName
{
background-color: #226D22;
}
.BgClassName
{
background-color: #226D22;
}
</style>
border-color css
<style>
span { border-color: #226D22; }
span { border-color: rgb(34,109,34); }
td.TdClassName
{
border-color: #226D22;
}
.TagClassName
{
border-color: #226D22;
}
</style>