Shades of San Felix #24642F
Tints of San Felix #24642F
RGB
CMYK
RGB Variations
Color information
#24642F (or 0x24642F) is known color: San Felix. HEX triplet: 24, 64 and 2F. RGB value is (36,100,47). Sum of RGB (Red+Green+Blue) = 36+100+47=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #24642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24642F is #DB9BD0. Grayscale: #4A4A4A. Windows color (decimal): -14392273 or 3105828. OLE color: 3105828.
HSL color Cylindrical-coordinate representation of color #24642F: hue angle of 130.31º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #24642F is Cyan = 0.64, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 36 | 100 | 47 | - |
| CMYK | 0.64 | 0 | 0.53 | 0.61 |
| HSL | 130.31º | 0.47% | 0.27% | - |
| HSV(B) | 130.31º | 0.64% | 0.39% | - |
| XYZ | 5.8 | 9.69 | 4.26 | - |
| YUV | 74.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 47 | 0.64 | 0 | 0.53 | 0.61 | 130.31 | 0.47 | 0.27 |
| Hex | 24 | 64 | 2F | 40 | 0 | 35 | 3D | 82 | 2F | 1B |
| Octal | 44 | 144 | 57 | 100 | 0 | 65 | 75 | 202 | 57 | 33 |
| Binary | 100100 | 1100100 | 101111 | 1000000 | 0 | 110101 | 111101 | 10000010 | 101111 | 11011 |
Color Harmonies of #24642F
Complementary color
Monochromatic Colors of #24642F
Black with #24642F
Text Example
Text Example
White with #24642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24642F; }
p { color: rgb(36,100,47); }
H1.HeaderClassName
{
color: #24642F;
}
.AnyTagClassName
{
color: #24642F;
}
</style>
background-color css
<style>
a { background-color: #24642F; }
a { background-color: rgb(36,100,47); }
div.DivClassName
{
background-color: #24642F;
}
.BgClassName
{
background-color: #24642F;
}
</style>
border-color css
<style>
span { border-color: #24642F; }
span { border-color: rgb(36,100,47); }
td.TdClassName
{
border-color: #24642F;
}
.TagClassName
{
border-color: #24642F;
}
</style>