Shades of San Felix #24742D
Tints of San Felix #24742D
RGB
CMYK
RGB Variations
Color information
#24742D (or 0x24742D) is known color: San Felix. HEX triplet: 24, 74 and 2D. RGB value is (36,116,45). Sum of RGB (Red+Green+Blue) = 36+116+45=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 116 (45.70% from 255 or 58.88% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 116 - color contains mainly: green. Hex color #24742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24742D is #DB8BD2. Grayscale: #545454. Windows color (decimal): -14388179 or 2978852. OLE color: 2978852.
HSL color Cylindrical-coordinate representation of color #24742D: hue angle of 126.75º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24742D is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 116 | 45 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.55 |
| HSL | 126.75º | 0.53% | 0.3% | - |
| HSV(B) | 126.75º | 0.69% | 0.45% | - |
| XYZ | 7.45 | 13.06 | 4.61 | - |
| YUV | 83.99 | 106 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 45 | 0.69 | 0 | 0.61 | 0.55 | 126.75 | 0.53 | 0.3 |
| Hex | 24 | 74 | 2D | 45 | 0 | 3D | 37 | 7F | 35 | 1E |
| Octal | 44 | 164 | 55 | 105 | 0 | 75 | 67 | 177 | 65 | 36 |
| Binary | 100100 | 1110100 | 101101 | 1000101 | 0 | 111101 | 110111 | 1111111 | 110101 | 11110 |
Color Harmonies of #24742D
Complementary color
Monochromatic Colors of #24742D
Black with #24742D
Text Example
Text Example
White with #24742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24742D; }
p { color: rgb(36,116,45); }
H1.HeaderClassName
{
color: #24742D;
}
.AnyTagClassName
{
color: #24742D;
}
</style>
background-color css
<style>
a { background-color: #24742D; }
a { background-color: rgb(36,116,45); }
div.DivClassName
{
background-color: #24742D;
}
.BgClassName
{
background-color: #24742D;
}
</style>
border-color css
<style>
span { border-color: #24742D; }
span { border-color: rgb(36,116,45); }
td.TdClassName
{
border-color: #24742D;
}
.TagClassName
{
border-color: #24742D;
}
</style>