Shades of San Felix #24702D
Tints of San Felix #24702D
RGB
CMYK
RGB Variations
Color information
#24702D (or 0x24702D) is known color: San Felix. HEX triplet: 24, 70 and 2D. RGB value is (36,112,45). Sum of RGB (Red+Green+Blue) = 36+112+45=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 112 (44.14% from 255 or 58.03% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 112 - color contains mainly: green. Hex color #24702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24702D is #DB8FD2. Grayscale: #515151. Windows color (decimal): -14389203 or 2977828. OLE color: 2977828.
HSL color Cylindrical-coordinate representation of color #24702D: hue angle of 127.11º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #24702D is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 112 | 45 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.56 |
| HSL | 127.11º | 0.51% | 0.29% | - |
| HSV(B) | 127.11º | 0.68% | 0.44% | - |
| XYZ | 7 | 12.15 | 4.46 | - |
| YUV | 81.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 45 | 0.68 | 0 | 0.60 | 0.56 | 127.11 | 0.51 | 0.29 |
| Hex | 24 | 70 | 2D | 44 | 0 | 3C | 38 | 7F | 33 | 1D |
| Octal | 44 | 160 | 55 | 104 | 0 | 74 | 70 | 177 | 63 | 35 |
| Binary | 100100 | 1110000 | 101101 | 1000100 | 0 | 111100 | 111000 | 1111111 | 110011 | 11101 |
Color Harmonies of #24702D
Complementary color
Monochromatic Colors of #24702D
Black with #24702D
Text Example
Text Example
White with #24702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24702D; }
p { color: rgb(36,112,45); }
H1.HeaderClassName
{
color: #24702D;
}
.AnyTagClassName
{
color: #24702D;
}
</style>
background-color css
<style>
a { background-color: #24702D; }
a { background-color: rgb(36,112,45); }
div.DivClassName
{
background-color: #24702D;
}
.BgClassName
{
background-color: #24702D;
}
</style>
border-color css
<style>
span { border-color: #24702D; }
span { border-color: rgb(36,112,45); }
td.TdClassName
{
border-color: #24702D;
}
.TagClassName
{
border-color: #24702D;
}
</style>