Shades of San Felix #226F23
Tints of San Felix #226F23
RGB
CMYK
RGB Variations
Color information
#226F23 (or 0x226F23) is known color: San Felix. HEX triplet: 22, 6F and 23. RGB value is (34,111,35). Sum of RGB (Red+Green+Blue) = 34+111+35=180 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.89% from 180); Green value is 111 (43.75% from 255 or 61.67% from 180); Blue value is 35 (14.06% from 255 or 19.44% from 180); Max value from RGB is 111 - color contains mainly: green. Hex color #226F23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #226F23 is #DD90DC. Grayscale: #4F4F4F. Windows color (decimal): -14520541 or 2322210. OLE color: 2322210.
HSL color Cylindrical-coordinate representation of color #226F23: hue angle of 120.78º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #226F23 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 111 | 35 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.56 |
| HSL | 120.78º | 0.53% | 0.28% | - |
| HSV(B) | 120.78º | 0.69% | 0.44% | - |
| XYZ | 6.65 | 11.83 | 3.52 | - |
| YUV | 79.31 | 102.99 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 111 | 35 | 0.69 | 0 | 0.68 | 0.56 | 120.78 | 0.53 | 0.28 |
| Hex | 22 | 6F | 23 | 45 | 0 | 44 | 38 | 79 | 35 | 1C |
| Octal | 42 | 157 | 43 | 105 | 0 | 104 | 70 | 171 | 65 | 34 |
| Binary | 100010 | 1101111 | 100011 | 1000101 | 0 | 1000100 | 111000 | 1111001 | 110101 | 11100 |
Color Harmonies of #226F23
Complementary color
Monochromatic Colors of #226F23
Black with #226F23
Text Example
Text Example
White with #226F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #226F23; }
p { color: rgb(34,111,35); }
H1.HeaderClassName
{
color: #226F23;
}
.AnyTagClassName
{
color: #226F23;
}
</style>
background-color css
<style>
a { background-color: #226F23; }
a { background-color: rgb(34,111,35); }
div.DivClassName
{
background-color: #226F23;
}
.BgClassName
{
background-color: #226F23;
}
</style>
border-color css
<style>
span { border-color: #226F23; }
span { border-color: rgb(34,111,35); }
td.TdClassName
{
border-color: #226F23;
}
.TagClassName
{
border-color: #226F23;
}
</style>