Shades of San Felix #2A5F22
Tints of San Felix #2A5F22
RGB
CMYK
RGB Variations
Color information
#2A5F22 (or 0x2A5F22) is known color: San Felix. HEX triplet: 2A, 5F and 22. RGB value is (42,95,34). Sum of RGB (Red+Green+Blue) = 42+95+34=171 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.56% from 171); Green value is 95 (37.5% from 255 or 55.56% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 95 - color contains mainly: green. Hex color #2A5F22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5F22 is #D5A0DD. Grayscale: #484848. Windows color (decimal): -14000350 or 2252586. OLE color: 2252586.
HSL color Cylindrical-coordinate representation of color #2A5F22: hue angle of 112.13º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A5F22 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 42 | 95 | 34 | - |
| CMYK | 0.56 | 0 | 0.64 | 0.63 |
| HSL | 112.13º | 0.47% | 0.25% | - |
| HSV(B) | 112.13º | 0.64% | 0.37% | - |
| XYZ | 5.34 | 8.79 | 2.93 | - |
| YUV | 72.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 95 | 34 | 0.56 | 0 | 0.64 | 0.63 | 112.13 | 0.47 | 0.25 |
| Hex | 2A | 5F | 22 | 38 | 0 | 40 | 3F | 70 | 2F | 19 |
| Octal | 52 | 137 | 42 | 70 | 0 | 100 | 77 | 160 | 57 | 31 |
| Binary | 101010 | 1011111 | 100010 | 111000 | 0 | 1000000 | 111111 | 1110000 | 101111 | 11001 |
Color Harmonies of #2A5F22
Complementary color
Monochromatic Colors of #2A5F22
Black with #2A5F22
Text Example
Text Example
White with #2A5F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5F22; }
p { color: rgb(42,95,34); }
H1.HeaderClassName
{
color: #2A5F22;
}
.AnyTagClassName
{
color: #2A5F22;
}
</style>
background-color css
<style>
a { background-color: #2A5F22; }
a { background-color: rgb(42,95,34); }
div.DivClassName
{
background-color: #2A5F22;
}
.BgClassName
{
background-color: #2A5F22;
}
</style>
border-color css
<style>
span { border-color: #2A5F22; }
span { border-color: rgb(42,95,34); }
td.TdClassName
{
border-color: #2A5F22;
}
.TagClassName
{
border-color: #2A5F22;
}
</style>