Shades of San Felix #226C2D
Tints of San Felix #226C2D
RGB
CMYK
RGB Variations
Color information
#226C2D (or 0x226C2D) is known color: San Felix. HEX triplet: 22, 6C and 2D. RGB value is (34,108,45). Sum of RGB (Red+Green+Blue) = 34+108+45=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 108 (42.58% from 255 or 57.75% from 187); Blue value is 45 (17.97% from 255 or 24.06% from 187); Max value from RGB is 108 - color contains mainly: green. Hex color #226C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226C2D is #DD93D2. Grayscale: #4E4E4E. Windows color (decimal): -14521299 or 2976802. OLE color: 2976802.
HSL color Cylindrical-coordinate representation of color #226C2D: hue angle of 128.92º 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 #226C2D is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 34 | 108 | 45 | - |
| CMYK | 0.69 | 0 | 0.58 | 0.58 |
| HSL | 128.92º | 0.52% | 0.28% | - |
| HSV(B) | 128.92º | 0.69% | 0.42% | - |
| XYZ | 6.5 | 11.25 | 4.31 | - |
| YUV | 78.69 | 108.98 | 96.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 108 | 45 | 0.69 | 0 | 0.58 | 0.58 | 128.92 | 0.52 | 0.28 |
| Hex | 22 | 6C | 2D | 45 | 0 | 3A | 3A | 81 | 34 | 1C |
| Octal | 42 | 154 | 55 | 105 | 0 | 72 | 72 | 201 | 64 | 34 |
| Binary | 100010 | 1101100 | 101101 | 1000101 | 0 | 111010 | 111010 | 10000001 | 110100 | 11100 |
Color Harmonies of #226C2D
Complementary color
Monochromatic Colors of #226C2D
Black with #226C2D
Text Example
Text Example
White with #226C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226C2D; }
p { color: rgb(34,108,45); }
H1.HeaderClassName
{
color: #226C2D;
}
.AnyTagClassName
{
color: #226C2D;
}
</style>
background-color css
<style>
a { background-color: #226C2D; }
a { background-color: rgb(34,108,45); }
div.DivClassName
{
background-color: #226C2D;
}
.BgClassName
{
background-color: #226C2D;
}
</style>
border-color css
<style>
span { border-color: #226C2D; }
span { border-color: rgb(34,108,45); }
td.TdClassName
{
border-color: #226C2D;
}
.TagClassName
{
border-color: #226C2D;
}
</style>