Shades of San Felix #227027
Tints of San Felix #227027
RGB
CMYK
RGB Variations
Color information
#227027 (or 0x227027) is known color: San Felix. HEX triplet: 22, 70 and 27. RGB value is (34,112,39). Sum of RGB (Red+Green+Blue) = 34+112+39=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #227027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227027 is #DD8FD8. Grayscale: #505050. Windows color (decimal): -14520281 or 2584610. OLE color: 2584610.
HSL color Cylindrical-coordinate representation of color #227027: hue angle of 123.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #227027 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 34 | 112 | 39 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.56 |
| HSL | 123.85º | 0.53% | 0.29% | - |
| HSV(B) | 123.85º | 0.7% | 0.44% | - |
| XYZ | 6.82 | 12.07 | 3.89 | - |
| YUV | 80.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 112 | 39 | 0.70 | 0 | 0.65 | 0.56 | 123.85 | 0.53 | 0.29 |
| Hex | 22 | 70 | 27 | 46 | 0 | 41 | 38 | 7C | 35 | 1D |
| Octal | 42 | 160 | 47 | 106 | 0 | 101 | 70 | 174 | 65 | 35 |
| Binary | 100010 | 1110000 | 100111 | 1000110 | 0 | 1000001 | 111000 | 1111100 | 110101 | 11101 |
Color Harmonies of #227027
Complementary color
Monochromatic Colors of #227027
Black with #227027
Text Example
Text Example
White with #227027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227027; }
p { color: rgb(34,112,39); }
H1.HeaderClassName
{
color: #227027;
}
.AnyTagClassName
{
color: #227027;
}
</style>
background-color css
<style>
a { background-color: #227027; }
a { background-color: rgb(34,112,39); }
div.DivClassName
{
background-color: #227027;
}
.BgClassName
{
background-color: #227027;
}
</style>
border-color css
<style>
span { border-color: #227027; }
span { border-color: rgb(34,112,39); }
td.TdClassName
{
border-color: #227027;
}
.TagClassName
{
border-color: #227027;
}
</style>