Shades of San Felix #2A743A
Tints of San Felix #2A743A
RGB
CMYK
RGB Variations
Color information
#2A743A (or 0x2A743A) is known color: San Felix. HEX triplet: 2A, 74 and 3A. RGB value is (42,116,58). Sum of RGB (Red+Green+Blue) = 42+116+58=216 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.44% from 216); Green value is 116 (45.70% from 255 or 53.70% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 116 - color contains mainly: green. Hex color #2A743A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A743A is #D58BC5. Grayscale: #575757. Windows color (decimal): -13994950 or 3830826. OLE color: 3830826.
HSL color Cylindrical-coordinate representation of color #2A743A: hue angle of 132.97º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A743A is Cyan = 0.64, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 116 | 58 | - |
| CMYK | 0.64 | 0 | 0.5 | 0.55 |
| HSL | 132.97º | 0.47% | 0.31% | - |
| HSV(B) | 132.97º | 0.64% | 0.45% | - |
| XYZ | 7.96 | 13.29 | 6.15 | - |
| YUV | 87.26 | 111.48 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 116 | 58 | 0.64 | 0 | 0.5 | 0.55 | 132.97 | 0.47 | 0.31 |
| Hex | 2A | 74 | 3A | 40 | 0 | 32 | 37 | 85 | 2F | 1F |
| Octal | 52 | 164 | 72 | 100 | 0 | 62 | 67 | 205 | 57 | 37 |
| Binary | 101010 | 1110100 | 111010 | 1000000 | 0 | 110010 | 110111 | 10000101 | 101111 | 11111 |
Color Harmonies of #2A743A
Complementary color
Monochromatic Colors of #2A743A
Black with #2A743A
Text Example
Text Example
White with #2A743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A743A; }
p { color: rgb(42,116,58); }
H1.HeaderClassName
{
color: #2A743A;
}
.AnyTagClassName
{
color: #2A743A;
}
</style>
background-color css
<style>
a { background-color: #2A743A; }
a { background-color: rgb(42,116,58); }
div.DivClassName
{
background-color: #2A743A;
}
.BgClassName
{
background-color: #2A743A;
}
</style>
border-color css
<style>
span { border-color: #2A743A; }
span { border-color: rgb(42,116,58); }
td.TdClassName
{
border-color: #2A743A;
}
.TagClassName
{
border-color: #2A743A;
}
</style>