Shades of San Felix #246B2B
Tints of San Felix #246B2B
RGB
CMYK
RGB Variations
Color information
#246B2B (or 0x246B2B) is known color: San Felix. HEX triplet: 24, 6B and 2B. RGB value is (36,107,43). Sum of RGB (Red+Green+Blue) = 36+107+43=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 107 (42.19% from 255 or 57.53% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 107 - color contains mainly: green. Hex color #246B2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246B2B is #DB94D4. Grayscale: #4E4E4E. Windows color (decimal): -14390485 or 2845476. OLE color: 2845476.
HSL color Cylindrical-coordinate representation of color #246B2B: hue angle of 125.92º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #246B2B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 107 | 43 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.58 |
| HSL | 125.92º | 0.5% | 0.28% | - |
| HSV(B) | 125.92º | 0.66% | 0.42% | - |
| XYZ | 6.42 | 11.06 | 4.08 | - |
| YUV | 78.48 | 107.98 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 43 | 0.66 | 0 | 0.60 | 0.58 | 125.92 | 0.5 | 0.28 |
| Hex | 24 | 6B | 2B | 42 | 0 | 3C | 3A | 7E | 32 | 1C |
| Octal | 44 | 153 | 53 | 102 | 0 | 74 | 72 | 176 | 62 | 34 |
| Binary | 100100 | 1101011 | 101011 | 1000010 | 0 | 111100 | 111010 | 1111110 | 110010 | 11100 |
Color Harmonies of #246B2B
Complementary color
Monochromatic Colors of #246B2B
Black with #246B2B
Text Example
Text Example
White with #246B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B2B; }
p { color: rgb(36,107,43); }
H1.HeaderClassName
{
color: #246B2B;
}
.AnyTagClassName
{
color: #246B2B;
}
</style>
background-color css
<style>
a { background-color: #246B2B; }
a { background-color: rgb(36,107,43); }
div.DivClassName
{
background-color: #246B2B;
}
.BgClassName
{
background-color: #246B2B;
}
</style>
border-color css
<style>
span { border-color: #246B2B; }
span { border-color: rgb(36,107,43); }
td.TdClassName
{
border-color: #246B2B;
}
.TagClassName
{
border-color: #246B2B;
}
</style>