Shades of San Felix #246F2C
Tints of San Felix #246F2C
RGB
CMYK
RGB Variations
Color information
#246F2C (or 0x246F2C) is known color: San Felix. HEX triplet: 24, 6F and 2C. RGB value is (36,111,44). Sum of RGB (Red+Green+Blue) = 36+111+44=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 44 (17.58% from 255 or 23.04% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #246F2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246F2C is #DB90D3. Grayscale: #515151. Windows color (decimal): -14389460 or 2912036. OLE color: 2912036.
HSL color Cylindrical-coordinate representation of color #246F2C: hue angle of 126.4º 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 #246F2C is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 111 | 44 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.56 |
| HSL | 126.4º | 0.51% | 0.29% | - |
| HSV(B) | 126.4º | 0.68% | 0.44% | - |
| XYZ | 6.87 | 11.93 | 4.32 | - |
| YUV | 80.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 44 | 0.68 | 0 | 0.60 | 0.56 | 126.4 | 0.51 | 0.29 |
| Hex | 24 | 6F | 2C | 44 | 0 | 3C | 38 | 7E | 33 | 1D |
| Octal | 44 | 157 | 54 | 104 | 0 | 74 | 70 | 176 | 63 | 35 |
| Binary | 100100 | 1101111 | 101100 | 1000100 | 0 | 111100 | 111000 | 1111110 | 110011 | 11101 |
Color Harmonies of #246F2C
Complementary color
Monochromatic Colors of #246F2C
Black with #246F2C
Text Example
Text Example
White with #246F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F2C; }
p { color: rgb(36,111,44); }
H1.HeaderClassName
{
color: #246F2C;
}
.AnyTagClassName
{
color: #246F2C;
}
</style>
background-color css
<style>
a { background-color: #246F2C; }
a { background-color: rgb(36,111,44); }
div.DivClassName
{
background-color: #246F2C;
}
.BgClassName
{
background-color: #246F2C;
}
</style>
border-color css
<style>
span { border-color: #246F2C; }
span { border-color: rgb(36,111,44); }
td.TdClassName
{
border-color: #246F2C;
}
.TagClassName
{
border-color: #246F2C;
}
</style>