Shades of San Felix #246D25
Tints of San Felix #246D25
RGB
CMYK
RGB Variations
Color information
#246D25 (or 0x246D25) is known color: San Felix. HEX triplet: 24, 6D and 25. RGB value is (36,109,37). Sum of RGB (Red+Green+Blue) = 36+109+37=182 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.78% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 37 (14.84% from 255 or 20.33% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #246D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246D25 is #DB92DA. Grayscale: #4F4F4F. Windows color (decimal): -14389979 or 2452772. OLE color: 2452772.
HSL color Cylindrical-coordinate representation of color #246D25: hue angle of 120.82º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246D25 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 36 | 109 | 37 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.57 |
| HSL | 120.82º | 0.5% | 0.28% | - |
| HSV(B) | 120.82º | 0.67% | 0.43% | - |
| XYZ | 6.53 | 11.45 | 3.62 | - |
| YUV | 78.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 37 | 0.67 | 0 | 0.66 | 0.57 | 120.82 | 0.5 | 0.28 |
| Hex | 24 | 6D | 25 | 43 | 0 | 42 | 39 | 79 | 32 | 1C |
| Octal | 44 | 155 | 45 | 103 | 0 | 102 | 71 | 171 | 62 | 34 |
| Binary | 100100 | 1101101 | 100101 | 1000011 | 0 | 1000010 | 111001 | 1111001 | 110010 | 11100 |
Color Harmonies of #246D25
Complementary color
Monochromatic Colors of #246D25
Black with #246D25
Text Example
Text Example
White with #246D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D25; }
p { color: rgb(36,109,37); }
H1.HeaderClassName
{
color: #246D25;
}
.AnyTagClassName
{
color: #246D25;
}
</style>
background-color css
<style>
a { background-color: #246D25; }
a { background-color: rgb(36,109,37); }
div.DivClassName
{
background-color: #246D25;
}
.BgClassName
{
background-color: #246D25;
}
</style>
border-color css
<style>
span { border-color: #246D25; }
span { border-color: rgb(36,109,37); }
td.TdClassName
{
border-color: #246D25;
}
.TagClassName
{
border-color: #246D25;
}
</style>