Shades of San Felix #2A732D
Tints of San Felix #2A732D
RGB
CMYK
RGB Variations
Color information
#2A732D (or 0x2A732D) is known color: San Felix. HEX triplet: 2A, 73 and 2D. RGB value is (42,115,45). Sum of RGB (Red+Green+Blue) = 42+115+45=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 115 (45.31% from 255 or 56.93% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 115 - color contains mainly: green. Hex color #2A732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A732D is #D58CD2. Grayscale: #555555. Windows color (decimal): -13995219 or 2978602. OLE color: 2978602.
HSL color Cylindrical-coordinate representation of color #2A732D: hue angle of 122.47º 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 #2A732D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 115 | 45 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.55 |
| HSL | 122.47º | 0.46% | 0.31% | - |
| HSV(B) | 122.47º | 0.63% | 0.45% | - |
| XYZ | 7.56 | 12.94 | 4.58 | - |
| YUV | 85.19 | 105.32 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 115 | 45 | 0.63 | 0 | 0.61 | 0.55 | 122.47 | 0.46 | 0.31 |
| Hex | 2A | 73 | 2D | 3F | 0 | 3D | 37 | 7A | 2E | 1F |
| Octal | 52 | 163 | 55 | 77 | 0 | 75 | 67 | 172 | 56 | 37 |
| Binary | 101010 | 1110011 | 101101 | 111111 | 0 | 111101 | 110111 | 1111010 | 101110 | 11111 |
Color Harmonies of #2A732D
Complementary color
Monochromatic Colors of #2A732D
Black with #2A732D
Text Example
Text Example
White with #2A732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A732D; }
p { color: rgb(42,115,45); }
H1.HeaderClassName
{
color: #2A732D;
}
.AnyTagClassName
{
color: #2A732D;
}
</style>
background-color css
<style>
a { background-color: #2A732D; }
a { background-color: rgb(42,115,45); }
div.DivClassName
{
background-color: #2A732D;
}
.BgClassName
{
background-color: #2A732D;
}
</style>
border-color css
<style>
span { border-color: #2A732D; }
span { border-color: rgb(42,115,45); }
td.TdClassName
{
border-color: #2A732D;
}
.TagClassName
{
border-color: #2A732D;
}
</style>