Shades of San Felix #2A7338
Tints of San Felix #2A7338
RGB
CMYK
RGB Variations
Color information
#2A7338 (or 0x2A7338) is known color: San Felix. HEX triplet: 2A, 73 and 38. RGB value is (42,115,56). Sum of RGB (Red+Green+Blue) = 42+115+56=213 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.72% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7338 is #D58CC7. Grayscale: #565656. Windows color (decimal): -13995208 or 3699498. OLE color: 3699498.
HSL color Cylindrical-coordinate representation of color #2A7338: hue angle of 131.51º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A7338 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 56 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.55 |
| HSL | 131.51º | 0.46% | 0.31% | - |
| HSV(B) | 131.51º | 0.63% | 0.45% | - |
| XYZ | 7.8 | 13.04 | 5.85 | - |
| YUV | 86.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 56 | 0.63 | 0 | 0.51 | 0.55 | 131.51 | 0.46 | 0.31 |
| Hex | 2A | 73 | 38 | 3F | 0 | 33 | 37 | 84 | 2E | 1F |
| Octal | 52 | 163 | 70 | 77 | 0 | 63 | 67 | 204 | 56 | 37 |
| Binary | 101010 | 1110011 | 111000 | 111111 | 0 | 110011 | 110111 | 10000100 | 101110 | 11111 |
Color Harmonies of #2A7338
Complementary color
Monochromatic Colors of #2A7338
Black with #2A7338
Text Example
Text Example
White with #2A7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7338; }
p { color: rgb(42,115,56); }
H1.HeaderClassName
{
color: #2A7338;
}
.AnyTagClassName
{
color: #2A7338;
}
</style>
background-color css
<style>
a { background-color: #2A7338; }
a { background-color: rgb(42,115,56); }
div.DivClassName
{
background-color: #2A7338;
}
.BgClassName
{
background-color: #2A7338;
}
</style>
border-color css
<style>
span { border-color: #2A7338; }
span { border-color: rgb(42,115,56); }
td.TdClassName
{
border-color: #2A7338;
}
.TagClassName
{
border-color: #2A7338;
}
</style>