Shades of San Felix #226C28
Tints of San Felix #226C28
RGB
CMYK
RGB Variations
Color information
#226C28 (or 0x226C28) is known color: San Felix. HEX triplet: 22, 6C and 28. RGB value is (34,108,40). Sum of RGB (Red+Green+Blue) = 34+108+40=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 108 (42.58% from 255 or 59.34% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 108 - color contains mainly: green. Hex color #226C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C28 is #DD93D7. Grayscale: #4E4E4E. Windows color (decimal): -14521304 or 2649122. OLE color: 2649122.
HSL color Cylindrical-coordinate representation of color #226C28: hue angle of 124.86º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226C28 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 40 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.58 |
| HSL | 124.86º | 0.52% | 0.28% | - |
| HSV(B) | 124.86º | 0.69% | 0.42% | - |
| XYZ | 6.41 | 11.22 | 3.84 | - |
| YUV | 78.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 40 | 0.69 | 0 | 0.63 | 0.58 | 124.86 | 0.52 | 0.28 |
| Hex | 22 | 6C | 28 | 45 | 0 | 3F | 3A | 7D | 34 | 1C |
| Octal | 42 | 154 | 50 | 105 | 0 | 77 | 72 | 175 | 64 | 34 |
| Binary | 100010 | 1101100 | 101000 | 1000101 | 0 | 111111 | 111010 | 1111101 | 110100 | 11100 |
Color Harmonies of #226C28
Complementary color
Monochromatic Colors of #226C28
Black with #226C28
Text Example
Text Example
White with #226C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C28; }
p { color: rgb(34,108,40); }
H1.HeaderClassName
{
color: #226C28;
}
.AnyTagClassName
{
color: #226C28;
}
</style>
background-color css
<style>
a { background-color: #226C28; }
a { background-color: rgb(34,108,40); }
div.DivClassName
{
background-color: #226C28;
}
.BgClassName
{
background-color: #226C28;
}
</style>
border-color css
<style>
span { border-color: #226C28; }
span { border-color: rgb(34,108,40); }
td.TdClassName
{
border-color: #226C28;
}
.TagClassName
{
border-color: #226C28;
}
</style>