Shades of San Felix #2A763A
Tints of San Felix #2A763A
RGB
CMYK
RGB Variations
Color information
#2A763A (or 0x2A763A) is known color: San Felix. HEX triplet: 2A, 76 and 3A. RGB value is (42,118,58). Sum of RGB (Red+Green+Blue) = 42+118+58=218 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.27% from 218); Green value is 118 (46.48% from 255 or 54.13% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 118 - color contains mainly: green. Hex color #2A763A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A763A is #D589C5. Grayscale: #585858. Windows color (decimal): -13994438 or 3831338. OLE color: 3831338.
HSL color Cylindrical-coordinate representation of color #2A763A: hue angle of 132.63º 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 #2A763A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 42 | 118 | 58 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.54 |
| HSL | 132.63º | 0.48% | 0.31% | - |
| HSV(B) | 132.63º | 0.64% | 0.46% | - |
| XYZ | 8.2 | 13.75 | 6.23 | - |
| YUV | 88.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 118 | 58 | 0.64 | 0 | 0.51 | 0.54 | 132.63 | 0.48 | 0.31 |
| Hex | 2A | 76 | 3A | 40 | 0 | 33 | 36 | 85 | 30 | 1F |
| Octal | 52 | 166 | 72 | 100 | 0 | 63 | 66 | 205 | 60 | 37 |
| Binary | 101010 | 1110110 | 111010 | 1000000 | 0 | 110011 | 110110 | 10000101 | 110000 | 11111 |
Color Harmonies of #2A763A
Complementary color
Monochromatic Colors of #2A763A
Black with #2A763A
Text Example
Text Example
White with #2A763A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A763A; }
p { color: rgb(42,118,58); }
H1.HeaderClassName
{
color: #2A763A;
}
.AnyTagClassName
{
color: #2A763A;
}
</style>
background-color css
<style>
a { background-color: #2A763A; }
a { background-color: rgb(42,118,58); }
div.DivClassName
{
background-color: #2A763A;
}
.BgClassName
{
background-color: #2A763A;
}
</style>
border-color css
<style>
span { border-color: #2A763A; }
span { border-color: rgb(42,118,58); }
td.TdClassName
{
border-color: #2A763A;
}
.TagClassName
{
border-color: #2A763A;
}
</style>