Shades of San Felix #24742A
Tints of San Felix #24742A
RGB
CMYK
RGB Variations
Color information
#24742A (or 0x24742A) is known color: San Felix. HEX triplet: 24, 74 and 2A. RGB value is (36,116,42). Sum of RGB (Red+Green+Blue) = 36+116+42=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 116 (45.70% from 255 or 59.79% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 116 - color contains mainly: green. Hex color #24742A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24742A is #DB8BD5. Grayscale: #535353. Windows color (decimal): -14388182 or 2782244. OLE color: 2782244.
HSL color Cylindrical-coordinate representation of color #24742A: hue angle of 124.5º 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 #24742A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 36 | 116 | 42 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.55 |
| HSL | 124.5º | 0.53% | 0.3% | - |
| HSV(B) | 124.5º | 0.69% | 0.45% | - |
| XYZ | 7.39 | 13.03 | 4.32 | - |
| YUV | 83.64 | 104.5 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 42 | 0.69 | 0 | 0.64 | 0.55 | 124.5 | 0.53 | 0.3 |
| Hex | 24 | 74 | 2A | 45 | 0 | 40 | 37 | 7C | 35 | 1E |
| Octal | 44 | 164 | 52 | 105 | 0 | 100 | 67 | 174 | 65 | 36 |
| Binary | 100100 | 1110100 | 101010 | 1000101 | 0 | 1000000 | 110111 | 1111100 | 110101 | 11110 |
Color Harmonies of #24742A
Complementary color
Monochromatic Colors of #24742A
Black with #24742A
Text Example
Text Example
White with #24742A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24742A; }
p { color: rgb(36,116,42); }
H1.HeaderClassName
{
color: #24742A;
}
.AnyTagClassName
{
color: #24742A;
}
</style>
background-color css
<style>
a { background-color: #24742A; }
a { background-color: rgb(36,116,42); }
div.DivClassName
{
background-color: #24742A;
}
.BgClassName
{
background-color: #24742A;
}
</style>
border-color css
<style>
span { border-color: #24742A; }
span { border-color: rgb(36,116,42); }
td.TdClassName
{
border-color: #24742A;
}
.TagClassName
{
border-color: #24742A;
}
</style>