Shades of San Felix #226B25
Tints of San Felix #226B25
RGB
CMYK
RGB Variations
Color information
#226B25 (or 0x226B25) is known color: San Felix. HEX triplet: 22, 6B and 25. RGB value is (34,107,37). Sum of RGB (Red+Green+Blue) = 34+107+37=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 107 (42.19% from 255 or 60.11% from 178); Blue value is 37 (14.84% from 255 or 20.79% from 178); Max value from RGB is 107 - color contains mainly: green. Hex color #226B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B25 is #DD94DA. Grayscale: #4D4D4D. Windows color (decimal): -14521563 or 2452258. OLE color: 2452258.
HSL color Cylindrical-coordinate representation of color #226B25: hue angle of 122.47º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #226B25 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 107 | 37 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.58 |
| HSL | 122.47º | 0.52% | 0.28% | - |
| HSV(B) | 122.47º | 0.68% | 0.42% | - |
| XYZ | 6.25 | 10.99 | 3.54 | - |
| YUV | 77.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 37 | 0.68 | 0 | 0.65 | 0.58 | 122.47 | 0.52 | 0.28 |
| Hex | 22 | 6B | 25 | 44 | 0 | 41 | 3A | 7A | 34 | 1C |
| Octal | 42 | 153 | 45 | 104 | 0 | 101 | 72 | 172 | 64 | 34 |
| Binary | 100010 | 1101011 | 100101 | 1000100 | 0 | 1000001 | 111010 | 1111010 | 110100 | 11100 |
Color Harmonies of #226B25
Complementary color
Monochromatic Colors of #226B25
Black with #226B25
Text Example
Text Example
White with #226B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B25; }
p { color: rgb(34,107,37); }
H1.HeaderClassName
{
color: #226B25;
}
.AnyTagClassName
{
color: #226B25;
}
</style>
background-color css
<style>
a { background-color: #226B25; }
a { background-color: rgb(34,107,37); }
div.DivClassName
{
background-color: #226B25;
}
.BgClassName
{
background-color: #226B25;
}
</style>
border-color css
<style>
span { border-color: #226B25; }
span { border-color: rgb(34,107,37); }
td.TdClassName
{
border-color: #226B25;
}
.TagClassName
{
border-color: #226B25;
}
</style>