Shades of San Felix #2D753E
Tints of San Felix #2D753E
RGB
CMYK
RGB Variations
Color information
#2D753E (or 0x2D753E) is known color: San Felix. HEX triplet: 2D, 75 and 3E. RGB value is (45,117,62). Sum of RGB (Red+Green+Blue) = 45+117+62=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #2D753E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D753E is #D28AC1. Grayscale: #595959. Windows color (decimal): -13798082 or 4093229. OLE color: 4093229.
HSL color Cylindrical-coordinate representation of color #2D753E: hue angle of 134.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D753E is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 117 | 62 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.54 |
| HSL | 134.17º | 0.44% | 0.32% | - |
| HSV(B) | 134.17º | 0.62% | 0.46% | - |
| XYZ | 8.31 | 13.63 | 6.75 | - |
| YUV | 89.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 117 | 62 | 0.62 | 0 | 0.47 | 0.54 | 134.17 | 0.44 | 0.32 |
| Hex | 2D | 75 | 3E | 3E | 0 | 2F | 36 | 86 | 2C | 20 |
| Octal | 55 | 165 | 76 | 76 | 0 | 57 | 66 | 206 | 54 | 40 |
| Binary | 101101 | 1110101 | 111110 | 111110 | 0 | 101111 | 110110 | 10000110 | 101100 | 100000 |
Color Harmonies of #2D753E
Complementary color
Monochromatic Colors of #2D753E
Black with #2D753E
Text Example
Text Example
White with #2D753E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D753E; }
p { color: rgb(45,117,62); }
H1.HeaderClassName
{
color: #2D753E;
}
.AnyTagClassName
{
color: #2D753E;
}
</style>
background-color css
<style>
a { background-color: #2D753E; }
a { background-color: rgb(45,117,62); }
div.DivClassName
{
background-color: #2D753E;
}
.BgClassName
{
background-color: #2D753E;
}
</style>
border-color css
<style>
span { border-color: #2D753E; }
span { border-color: rgb(45,117,62); }
td.TdClassName
{
border-color: #2D753E;
}
.TagClassName
{
border-color: #2D753E;
}
</style>