Shades of Salem #247F45
Tints of Salem #247F45
RGB
CMYK
RGB Variations
Color information
#247F45 (or 0x247F45) is known color: Salem. HEX triplet: 24, 7F and 45. RGB value is (36,127,69). Sum of RGB (Red+Green+Blue) = 36+127+69=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 127 (50% from 255 or 54.74% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 127 - color contains mainly: green. Hex color #247F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #247F45 is #DB80BA. Grayscale: #5D5D5D. Windows color (decimal): -14385339 or 4554532. OLE color: 4554532.
HSL color Cylindrical-coordinate representation of color #247F45: hue angle of 141.76º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #247F45 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 36 | 127 | 69 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.50 |
| HSL | 141.76º | 0.56% | 0.32% | - |
| HSV(B) | 141.76º | 0.72% | 0.5% | - |
| XYZ | 9.39 | 15.98 | 8.22 | - |
| YUV | 93.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 127 | 69 | 0.72 | 0 | 0.46 | 0.50 | 141.76 | 0.56 | 0.32 |
| Hex | 24 | 7F | 45 | 48 | 0 | 2E | 32 | 8E | 38 | 20 |
| Octal | 44 | 177 | 105 | 110 | 0 | 56 | 62 | 216 | 70 | 40 |
| Binary | 100100 | 1111111 | 1000101 | 1001000 | 0 | 101110 | 110010 | 10001110 | 111000 | 100000 |
Color Harmonies of #247F45
Complementary color
Monochromatic Colors of #247F45
Black with #247F45
Text Example
Text Example
White with #247F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247F45; }
p { color: rgb(36,127,69); }
H1.HeaderClassName
{
color: #247F45;
}
.AnyTagClassName
{
color: #247F45;
}
</style>
background-color css
<style>
a { background-color: #247F45; }
a { background-color: rgb(36,127,69); }
div.DivClassName
{
background-color: #247F45;
}
.BgClassName
{
background-color: #247F45;
}
</style>
border-color css
<style>
span { border-color: #247F45; }
span { border-color: rgb(36,127,69); }
td.TdClassName
{
border-color: #247F45;
}
.TagClassName
{
border-color: #247F45;
}
</style>