Shades of San Felix #246C30
Tints of San Felix #246C30
RGB
CMYK
RGB Variations
Color information
#246C30 (or 0x246C30) is known color: San Felix. HEX triplet: 24, 6C and 30. RGB value is (36,108,48). Sum of RGB (Red+Green+Blue) = 36+108+48=192 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.75% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #246C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #246C30 is #DB93CF. Grayscale: #4F4F4F. Windows color (decimal): -14390224 or 3173412. OLE color: 3173412.
HSL color Cylindrical-coordinate representation of color #246C30: hue angle of 130º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #246C30 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 36 | 108 | 48 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.58 |
| HSL | 130º | 0.5% | 0.28% | - |
| HSV(B) | 130º | 0.67% | 0.42% | - |
| XYZ | 6.62 | 11.31 | 4.63 | - |
| YUV | 79.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 48 | 0.67 | 0 | 0.56 | 0.58 | 130 | 0.5 | 0.28 |
| Hex | 24 | 6C | 30 | 43 | 0 | 38 | 3A | 82 | 32 | 1C |
| Octal | 44 | 154 | 60 | 103 | 0 | 70 | 72 | 202 | 62 | 34 |
| Binary | 100100 | 1101100 | 110000 | 1000011 | 0 | 111000 | 111010 | 10000010 | 110010 | 11100 |
Color Harmonies of #246C30
Complementary color
Monochromatic Colors of #246C30
Black with #246C30
Text Example
Text Example
White with #246C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C30; }
p { color: rgb(36,108,48); }
H1.HeaderClassName
{
color: #246C30;
}
.AnyTagClassName
{
color: #246C30;
}
</style>
background-color css
<style>
a { background-color: #246C30; }
a { background-color: rgb(36,108,48); }
div.DivClassName
{
background-color: #246C30;
}
.BgClassName
{
background-color: #246C30;
}
</style>
border-color css
<style>
span { border-color: #246C30; }
span { border-color: rgb(36,108,48); }
td.TdClassName
{
border-color: #246C30;
}
.TagClassName
{
border-color: #246C30;
}
</style>