Shades of San Felix #24701D
Tints of San Felix #24701D
RGB
CMYK
RGB Variations
Color information
#24701D (or 0x24701D) is known color: San Felix. HEX triplet: 24, 70 and 1D. RGB value is (36,112,29). Sum of RGB (Red+Green+Blue) = 36+112+29=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 29 (11.72% from 255 or 16.38% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #24701D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24701D is #DB8FE2. Grayscale: #505050. Windows color (decimal): -14389219 or 1929252. OLE color: 1929252.
HSL color Cylindrical-coordinate representation of color #24701D: hue angle of 114.94º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24701D is Cyan = 0.68, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 29 | - |
| CMYK | 0.68 | 0 | 0.74 | 0.56 |
| HSL | 114.94º | 0.59% | 0.28% | - |
| HSV(B) | 114.94º | 0.74% | 0.44% | - |
| XYZ | 6.74 | 12.05 | 3.13 | - |
| YUV | 79.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 29 | 0.68 | 0 | 0.74 | 0.56 | 114.94 | 0.59 | 0.28 |
| Hex | 24 | 70 | 1D | 44 | 0 | 4A | 38 | 73 | 3B | 1C |
| Octal | 44 | 160 | 35 | 104 | 0 | 112 | 70 | 163 | 73 | 34 |
| Binary | 100100 | 1110000 | 11101 | 1000100 | 0 | 1001010 | 111000 | 1110011 | 111011 | 11100 |
Color Harmonies of #24701D
Complementary color
Monochromatic Colors of #24701D
Black with #24701D
Text Example
Text Example
White with #24701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24701D; }
p { color: rgb(36,112,29); }
H1.HeaderClassName
{
color: #24701D;
}
.AnyTagClassName
{
color: #24701D;
}
</style>
background-color css
<style>
a { background-color: #24701D; }
a { background-color: rgb(36,112,29); }
div.DivClassName
{
background-color: #24701D;
}
.BgClassName
{
background-color: #24701D;
}
</style>
border-color css
<style>
span { border-color: #24701D; }
span { border-color: rgb(36,112,29); }
td.TdClassName
{
border-color: #24701D;
}
.TagClassName
{
border-color: #24701D;
}
</style>