Shades of San Felix #226B2E
Tints of San Felix #226B2E
RGB
CMYK
RGB Variations
Color information
#226B2E (or 0x226B2E) is known color: San Felix. HEX triplet: 22, 6B and 2E. RGB value is (34,107,46). Sum of RGB (Red+Green+Blue) = 34+107+46=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 107 (42.19% from 255 or 57.22% from 187); Blue value is 46 (18.36% from 255 or 24.60% from 187); Max value from RGB is 107 - color contains mainly: green. Hex color #226B2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226B2E is #DD94D1. Grayscale: #4E4E4E. Windows color (decimal): -14521554 or 3042082. OLE color: 3042082.
HSL color Cylindrical-coordinate representation of color #226B2E: hue angle of 129.86º 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 #226B2E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 107 | 46 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.58 |
| HSL | 129.86º | 0.52% | 0.28% | - |
| HSV(B) | 129.86º | 0.68% | 0.42% | - |
| XYZ | 6.41 | 11.05 | 4.38 | - |
| YUV | 78.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 107 | 46 | 0.68 | 0 | 0.57 | 0.58 | 129.86 | 0.52 | 0.28 |
| Hex | 22 | 6B | 2E | 44 | 0 | 39 | 3A | 82 | 34 | 1C |
| Octal | 42 | 153 | 56 | 104 | 0 | 71 | 72 | 202 | 64 | 34 |
| Binary | 100010 | 1101011 | 101110 | 1000100 | 0 | 111001 | 111010 | 10000010 | 110100 | 11100 |
Color Harmonies of #226B2E
Complementary color
Monochromatic Colors of #226B2E
Black with #226B2E
Text Example
Text Example
White with #226B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226B2E; }
p { color: rgb(34,107,46); }
H1.HeaderClassName
{
color: #226B2E;
}
.AnyTagClassName
{
color: #226B2E;
}
</style>
background-color css
<style>
a { background-color: #226B2E; }
a { background-color: rgb(34,107,46); }
div.DivClassName
{
background-color: #226B2E;
}
.BgClassName
{
background-color: #226B2E;
}
</style>
border-color css
<style>
span { border-color: #226B2E; }
span { border-color: rgb(34,107,46); }
td.TdClassName
{
border-color: #226B2E;
}
.TagClassName
{
border-color: #226B2E;
}
</style>