Shades of San Felix #226C2C
Tints of San Felix #226C2C
RGB
CMYK
RGB Variations
Color information
#226C2C (or 0x226C2C) is known color: San Felix. HEX triplet: 22, 6C and 2C. RGB value is (34,108,44). Sum of RGB (Red+Green+Blue) = 34+108+44=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 108 (42.58% from 255 or 58.06% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 108 - color contains mainly: green. Hex color #226C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C2C is #DD93D3. Grayscale: #4E4E4E. Windows color (decimal): -14521300 or 2911266. OLE color: 2911266.
HSL color Cylindrical-coordinate representation of color #226C2C: hue angle of 128.11º 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 #226C2C is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 44 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.58 |
| HSL | 128.11º | 0.52% | 0.28% | - |
| HSV(B) | 128.11º | 0.69% | 0.42% | - |
| XYZ | 6.48 | 11.25 | 4.21 | - |
| YUV | 78.58 | 108.48 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 44 | 0.69 | 0 | 0.59 | 0.58 | 128.11 | 0.52 | 0.28 |
| Hex | 22 | 6C | 2C | 45 | 0 | 3B | 3A | 80 | 34 | 1C |
| Octal | 42 | 154 | 54 | 105 | 0 | 73 | 72 | 200 | 64 | 34 |
| Binary | 100010 | 1101100 | 101100 | 1000101 | 0 | 111011 | 111010 | 10000000 | 110100 | 11100 |
Color Harmonies of #226C2C
Complementary color
Monochromatic Colors of #226C2C
Black with #226C2C
Text Example
Text Example
White with #226C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C2C; }
p { color: rgb(34,108,44); }
H1.HeaderClassName
{
color: #226C2C;
}
.AnyTagClassName
{
color: #226C2C;
}
</style>
background-color css
<style>
a { background-color: #226C2C; }
a { background-color: rgb(34,108,44); }
div.DivClassName
{
background-color: #226C2C;
}
.BgClassName
{
background-color: #226C2C;
}
</style>
border-color css
<style>
span { border-color: #226C2C; }
span { border-color: rgb(34,108,44); }
td.TdClassName
{
border-color: #226C2C;
}
.TagClassName
{
border-color: #226C2C;
}
</style>