Shades of San Felix #226A1B
Tints of San Felix #226A1B
RGB
CMYK
RGB Variations
Color information
#226A1B (or 0x226A1B) is known color: San Felix. HEX triplet: 22, 6A and 1B. RGB value is (34,106,27). Sum of RGB (Red+Green+Blue) = 34+106+27=167 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.36% from 167); Green value is 106 (41.80% from 255 or 63.47% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 106 - color contains mainly: green. Hex color #226A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226A1B is #DD95E4. Grayscale: #4B4B4B. Windows color (decimal): -14521829 or 1796642. OLE color: 1796642.
HSL color Cylindrical-coordinate representation of color #226A1B: hue angle of 114.68º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #226A1B is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 106 | 27 | - |
| CMYK | 0.68 | 0 | 0.75 | 0.58 |
| HSL | 114.68º | 0.59% | 0.26% | - |
| HSV(B) | 114.68º | 0.75% | 0.42% | - |
| XYZ | 6.01 | 10.73 | 2.79 | - |
| YUV | 75.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 106 | 27 | 0.68 | 0 | 0.75 | 0.58 | 114.68 | 0.59 | 0.26 |
| Hex | 22 | 6A | 1B | 44 | 0 | 4B | 3A | 73 | 3B | 1A |
| Octal | 42 | 152 | 33 | 104 | 0 | 113 | 72 | 163 | 73 | 32 |
| Binary | 100010 | 1101010 | 11011 | 1000100 | 0 | 1001011 | 111010 | 1110011 | 111011 | 11010 |
Color Harmonies of #226A1B
Complementary color
Monochromatic Colors of #226A1B
Black with #226A1B
Text Example
Text Example
White with #226A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226A1B; }
p { color: rgb(34,106,27); }
H1.HeaderClassName
{
color: #226A1B;
}
.AnyTagClassName
{
color: #226A1B;
}
</style>
background-color css
<style>
a { background-color: #226A1B; }
a { background-color: rgb(34,106,27); }
div.DivClassName
{
background-color: #226A1B;
}
.BgClassName
{
background-color: #226A1B;
}
</style>
border-color css
<style>
span { border-color: #226A1B; }
span { border-color: rgb(34,106,27); }
td.TdClassName
{
border-color: #226A1B;
}
.TagClassName
{
border-color: #226A1B;
}
</style>