Shades of San Felix #1B671F
Tints of San Felix #1B671F
RGB
CMYK
RGB Variations
Color information
#1B671F (or 0x1B671F) is known color: San Felix. HEX triplet: 1B, 67 and 1F. RGB value is (27,103,31). Sum of RGB (Red+Green+Blue) = 27+103+31=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 103 (40.62% from 255 or 63.98% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 103 - color contains mainly: green. Hex color #1B671F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B671F is #E498E0. Grayscale: #484848. Windows color (decimal): -14981345 or 2058011. OLE color: 2058011.
HSL color Cylindrical-coordinate representation of color #1B671F: hue angle of 123.16º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B671F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 103 | 31 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.60 |
| HSL | 123.16º | 0.58% | 0.25% | - |
| HSV(B) | 123.16º | 0.74% | 0.4% | - |
| XYZ | 5.55 | 10.03 | 2.94 | - |
| YUV | 72.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 103 | 31 | 0.74 | 0 | 0.70 | 0.60 | 123.16 | 0.58 | 0.25 |
| Hex | 1B | 67 | 1F | 4A | 0 | 46 | 3C | 7B | 3A | 19 |
| Octal | 33 | 147 | 37 | 112 | 0 | 106 | 74 | 173 | 72 | 31 |
| Binary | 11011 | 1100111 | 11111 | 1001010 | 0 | 1000110 | 111100 | 1111011 | 111010 | 11001 |
Color Harmonies of #1B671F
Complementary color
Monochromatic Colors of #1B671F
Black with #1B671F
Text Example
Text Example
White with #1B671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B671F; }
p { color: rgb(27,103,31); }
H1.HeaderClassName
{
color: #1B671F;
}
.AnyTagClassName
{
color: #1B671F;
}
</style>
background-color css
<style>
a { background-color: #1B671F; }
a { background-color: rgb(27,103,31); }
div.DivClassName
{
background-color: #1B671F;
}
.BgClassName
{
background-color: #1B671F;
}
</style>
border-color css
<style>
span { border-color: #1B671F; }
span { border-color: rgb(27,103,31); }
td.TdClassName
{
border-color: #1B671F;
}
.TagClassName
{
border-color: #1B671F;
}
</style>