Shades of San Felix #2A7337
Tints of San Felix #2A7337
RGB
CMYK
RGB Variations
Color information
#2A7337 (or 0x2A7337) is known color: San Felix. HEX triplet: 2A, 73 and 37. RGB value is (42,115,55). Sum of RGB (Red+Green+Blue) = 42+115+55=212 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.81% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 55 (21.88% from 255 or 25.94% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #2A7337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A7337 is #D58CC8. Grayscale: #565656. Windows color (decimal): -13995209 or 3633962. OLE color: 3633962.
HSL color Cylindrical-coordinate representation of color #2A7337: hue angle of 130.68º 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 #2A7337 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 55 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.55 |
| HSL | 130.68º | 0.46% | 0.31% | - |
| HSV(B) | 130.68º | 0.63% | 0.45% | - |
| XYZ | 7.78 | 13.03 | 5.72 | - |
| YUV | 86.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 55 | 0.63 | 0 | 0.52 | 0.55 | 130.68 | 0.46 | 0.31 |
| Hex | 2A | 73 | 37 | 3F | 0 | 34 | 37 | 83 | 2E | 1F |
| Octal | 52 | 163 | 67 | 77 | 0 | 64 | 67 | 203 | 56 | 37 |
| Binary | 101010 | 1110011 | 110111 | 111111 | 0 | 110100 | 110111 | 10000011 | 101110 | 11111 |
Color Harmonies of #2A7337
Complementary color
Monochromatic Colors of #2A7337
Black with #2A7337
Text Example
Text Example
White with #2A7337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7337; }
p { color: rgb(42,115,55); }
H1.HeaderClassName
{
color: #2A7337;
}
.AnyTagClassName
{
color: #2A7337;
}
</style>
background-color css
<style>
a { background-color: #2A7337; }
a { background-color: rgb(42,115,55); }
div.DivClassName
{
background-color: #2A7337;
}
.BgClassName
{
background-color: #2A7337;
}
</style>
border-color css
<style>
span { border-color: #2A7337; }
span { border-color: rgb(42,115,55); }
td.TdClassName
{
border-color: #2A7337;
}
.TagClassName
{
border-color: #2A7337;
}
</style>