Shades of San Felix #1B691C
Tints of San Felix #1B691C
RGB
CMYK
RGB Variations
Color information
#1B691C (or 0x1B691C) is known color: San Felix. HEX triplet: 1B, 69 and 1C. RGB value is (27,105,28). Sum of RGB (Red+Green+Blue) = 27+105+28=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 28 (11.33% from 255 or 17.5% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #1B691C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B691C is #E496E3. Grayscale: #494949. Windows color (decimal): -14980836 or 1861915. OLE color: 1861915.
HSL color Cylindrical-coordinate representation of color #1B691C: hue angle of 120.77º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B691C is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 105 | 28 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.59 |
| HSL | 120.77º | 0.59% | 0.26% | - |
| HSV(B) | 120.77º | 0.74% | 0.41% | - |
| XYZ | 5.71 | 10.42 | 2.81 | - |
| YUV | 72.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 28 | 0.74 | 0 | 0.73 | 0.59 | 120.77 | 0.59 | 0.26 |
| Hex | 1B | 69 | 1C | 4A | 0 | 49 | 3B | 79 | 3B | 1A |
| Octal | 33 | 151 | 34 | 112 | 0 | 111 | 73 | 171 | 73 | 32 |
| Binary | 11011 | 1101001 | 11100 | 1001010 | 0 | 1001001 | 111011 | 1111001 | 111011 | 11010 |
Color Harmonies of #1B691C
Complementary color
Monochromatic Colors of #1B691C
Black with #1B691C
Text Example
Text Example
White with #1B691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B691C; }
p { color: rgb(27,105,28); }
H1.HeaderClassName
{
color: #1B691C;
}
.AnyTagClassName
{
color: #1B691C;
}
</style>
background-color css
<style>
a { background-color: #1B691C; }
a { background-color: rgb(27,105,28); }
div.DivClassName
{
background-color: #1B691C;
}
.BgClassName
{
background-color: #1B691C;
}
</style>
border-color css
<style>
span { border-color: #1B691C; }
span { border-color: rgb(27,105,28); }
td.TdClassName
{
border-color: #1B691C;
}
.TagClassName
{
border-color: #1B691C;
}
</style>