Shades of San Felix #1B6C24
Tints of San Felix #1B6C24
RGB
CMYK
RGB Variations
Color information
#1B6C24 (or 0x1B6C24) is known color: San Felix. HEX triplet: 1B, 6C and 24. RGB value is (27,108,36). Sum of RGB (Red+Green+Blue) = 27+108+36=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 108 (42.58% from 255 or 63.16% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 108 - color contains mainly: green. Hex color #1B6C24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6C24 is #E493DB. Grayscale: #4B4B4B. Windows color (decimal): -14980060 or 2386971. OLE color: 2386971.
HSL color Cylindrical-coordinate representation of color #1B6C24: hue angle of 126.67º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B6C24 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 27 | 108 | 36 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.58 |
| HSL | 126.67º | 0.6% | 0.26% | - |
| HSV(B) | 126.67º | 0.75% | 0.42% | - |
| XYZ | 6.13 | 11.09 | 3.49 | - |
| YUV | 75.57 | 105.66 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 36 | 0.75 | 0 | 0.67 | 0.58 | 126.67 | 0.6 | 0.26 |
| Hex | 1B | 6C | 24 | 4B | 0 | 43 | 3A | 7F | 3C | 1A |
| Octal | 33 | 154 | 44 | 113 | 0 | 103 | 72 | 177 | 74 | 32 |
| Binary | 11011 | 1101100 | 100100 | 1001011 | 0 | 1000011 | 111010 | 1111111 | 111100 | 11010 |
Color Harmonies of #1B6C24
Complementary color
Monochromatic Colors of #1B6C24
Black with #1B6C24
Text Example
Text Example
White with #1B6C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6C24; }
p { color: rgb(27,108,36); }
H1.HeaderClassName
{
color: #1B6C24;
}
.AnyTagClassName
{
color: #1B6C24;
}
</style>
background-color css
<style>
a { background-color: #1B6C24; }
a { background-color: rgb(27,108,36); }
div.DivClassName
{
background-color: #1B6C24;
}
.BgClassName
{
background-color: #1B6C24;
}
</style>
border-color css
<style>
span { border-color: #1B6C24; }
span { border-color: rgb(27,108,36); }
td.TdClassName
{
border-color: #1B6C24;
}
.TagClassName
{
border-color: #1B6C24;
}
</style>