Shades of San Felix #1B6917
Tints of San Felix #1B6917
RGB
CMYK
RGB Variations
Color information
#1B6917 (or 0x1B6917) is known color: San Felix. HEX triplet: 1B, 69 and 17. RGB value is (27,105,23). Sum of RGB (Red+Green+Blue) = 27+105+23=155 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.42% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #1B6917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B6917 is #E496E8. Grayscale: #484848. Windows color (decimal): -14980841 or 1534235. OLE color: 1534235.
HSL color Cylindrical-coordinate representation of color #1B6917: hue angle of 117.07º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B6917 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 23 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.59 |
| HSL | 117.07º | 0.64% | 0.25% | - |
| HSV(B) | 117.07º | 0.78% | 0.41% | - |
| XYZ | 5.66 | 10.4 | 2.52 | - |
| YUV | 72.33 | 100.16 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 23 | 0.74 | 0 | 0.78 | 0.59 | 117.07 | 0.64 | 0.25 |
| Hex | 1B | 69 | 17 | 4A | 0 | 4E | 3B | 75 | 40 | 19 |
| Octal | 33 | 151 | 27 | 112 | 0 | 116 | 73 | 165 | 100 | 31 |
| Binary | 11011 | 1101001 | 10111 | 1001010 | 0 | 1001110 | 111011 | 1110101 | 1000000 | 11001 |
Color Harmonies of #1B6917
Complementary color
Monochromatic Colors of #1B6917
Black with #1B6917
Text Example
Text Example
White with #1B6917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6917; }
p { color: rgb(27,105,23); }
H1.HeaderClassName
{
color: #1B6917;
}
.AnyTagClassName
{
color: #1B6917;
}
</style>
background-color css
<style>
a { background-color: #1B6917; }
a { background-color: rgb(27,105,23); }
div.DivClassName
{
background-color: #1B6917;
}
.BgClassName
{
background-color: #1B6917;
}
</style>
border-color css
<style>
span { border-color: #1B6917; }
span { border-color: rgb(27,105,23); }
td.TdClassName
{
border-color: #1B6917;
}
.TagClassName
{
border-color: #1B6917;
}
</style>