Shades of San Felix #2A753A
Tints of San Felix #2A753A
RGB
CMYK
RGB Variations
Color information
#2A753A (or 0x2A753A) is known color: San Felix. HEX triplet: 2A, 75 and 3A. RGB value is (42,117,58). Sum of RGB (Red+Green+Blue) = 42+117+58=217 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.35% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 58 (23.05% from 255 or 26.73% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #2A753A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A753A is #D58AC5. Grayscale: #585858. Windows color (decimal): -13994694 or 3831082. OLE color: 3831082.
HSL color Cylindrical-coordinate representation of color #2A753A: hue angle of 132.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A753A is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 117 | 58 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.54 |
| HSL | 132.8º | 0.47% | 0.31% | - |
| HSV(B) | 132.8º | 0.64% | 0.46% | - |
| XYZ | 8.08 | 13.52 | 6.19 | - |
| YUV | 87.85 | 111.15 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 117 | 58 | 0.64 | 0 | 0.50 | 0.54 | 132.8 | 0.47 | 0.31 |
| Hex | 2A | 75 | 3A | 40 | 0 | 32 | 36 | 85 | 2F | 1F |
| Octal | 52 | 165 | 72 | 100 | 0 | 62 | 66 | 205 | 57 | 37 |
| Binary | 101010 | 1110101 | 111010 | 1000000 | 0 | 110010 | 110110 | 10000101 | 101111 | 11111 |
Color Harmonies of #2A753A
Complementary color
Monochromatic Colors of #2A753A
Black with #2A753A
Text Example
Text Example
White with #2A753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A753A; }
p { color: rgb(42,117,58); }
H1.HeaderClassName
{
color: #2A753A;
}
.AnyTagClassName
{
color: #2A753A;
}
</style>
background-color css
<style>
a { background-color: #2A753A; }
a { background-color: rgb(42,117,58); }
div.DivClassName
{
background-color: #2A753A;
}
.BgClassName
{
background-color: #2A753A;
}
</style>
border-color css
<style>
span { border-color: #2A753A; }
span { border-color: rgb(42,117,58); }
td.TdClassName
{
border-color: #2A753A;
}
.TagClassName
{
border-color: #2A753A;
}
</style>