Shades of San Felix #227A31
Tints of San Felix #227A31
RGB
CMYK
RGB Variations
Color information
#227A31 (or 0x227A31) is known color: San Felix. HEX triplet: 22, 7A and 31. RGB value is (34,122,49). Sum of RGB (Red+Green+Blue) = 34+122+49=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 122 (48.05% from 255 or 59.51% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 122 - color contains mainly: green. Hex color #227A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #227A31 is #DD85CE. Grayscale: #575757. Windows color (decimal): -14517711 or 3242530. OLE color: 3242530.
HSL color Cylindrical-coordinate representation of color #227A31: hue angle of 130.23º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #227A31 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 34 | 122 | 49 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.52 |
| HSL | 130.23º | 0.56% | 0.31% | - |
| HSV(B) | 130.23º | 0.72% | 0.48% | - |
| XYZ | 8.17 | 14.48 | 5.27 | - |
| YUV | 87.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 122 | 49 | 0.72 | 0 | 0.60 | 0.52 | 130.23 | 0.56 | 0.31 |
| Hex | 22 | 7A | 31 | 48 | 0 | 3C | 34 | 82 | 38 | 1F |
| Octal | 42 | 172 | 61 | 110 | 0 | 74 | 64 | 202 | 70 | 37 |
| Binary | 100010 | 1111010 | 110001 | 1001000 | 0 | 111100 | 110100 | 10000010 | 111000 | 11111 |
Color Harmonies of #227A31
Complementary color
Monochromatic Colors of #227A31
Black with #227A31
Text Example
Text Example
White with #227A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #227A31; }
p { color: rgb(34,122,49); }
H1.HeaderClassName
{
color: #227A31;
}
.AnyTagClassName
{
color: #227A31;
}
</style>
background-color css
<style>
a { background-color: #227A31; }
a { background-color: rgb(34,122,49); }
div.DivClassName
{
background-color: #227A31;
}
.BgClassName
{
background-color: #227A31;
}
</style>
border-color css
<style>
span { border-color: #227A31; }
span { border-color: rgb(34,122,49); }
td.TdClassName
{
border-color: #227A31;
}
.TagClassName
{
border-color: #227A31;
}
</style>