Shades of San Felix #1B681F
Tints of San Felix #1B681F
RGB
CMYK
RGB Variations
Color information
#1B681F (or 0x1B681F) is known color: San Felix. HEX triplet: 1B, 68 and 1F. RGB value is (27,104,31). Sum of RGB (Red+Green+Blue) = 27+104+31=162 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.67% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 31 (12.5% from 255 or 19.14% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #1B681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B681F is #E497E0. Grayscale: #484848. Windows color (decimal): -14981089 or 2058267. OLE color: 2058267.
HSL color Cylindrical-coordinate representation of color #1B681F: hue angle of 123.12º 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 #1B681F is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 27 | 104 | 31 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.59 |
| HSL | 123.12º | 0.59% | 0.26% | - |
| HSV(B) | 123.12º | 0.74% | 0.41% | - |
| XYZ | 5.65 | 10.23 | 2.97 | - |
| YUV | 72.66 | 104.49 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 104 | 31 | 0.74 | 0 | 0.70 | 0.59 | 123.12 | 0.59 | 0.26 |
| Hex | 1B | 68 | 1F | 4A | 0 | 46 | 3B | 7B | 3B | 1A |
| Octal | 33 | 150 | 37 | 112 | 0 | 106 | 73 | 173 | 73 | 32 |
| Binary | 11011 | 1101000 | 11111 | 1001010 | 0 | 1000110 | 111011 | 1111011 | 111011 | 11010 |
Color Harmonies of #1B681F
Complementary color
Monochromatic Colors of #1B681F
Black with #1B681F
Text Example
Text Example
White with #1B681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B681F; }
p { color: rgb(27,104,31); }
H1.HeaderClassName
{
color: #1B681F;
}
.AnyTagClassName
{
color: #1B681F;
}
</style>
background-color css
<style>
a { background-color: #1B681F; }
a { background-color: rgb(27,104,31); }
div.DivClassName
{
background-color: #1B681F;
}
.BgClassName
{
background-color: #1B681F;
}
</style>
border-color css
<style>
span { border-color: #1B681F; }
span { border-color: rgb(27,104,31); }
td.TdClassName
{
border-color: #1B681F;
}
.TagClassName
{
border-color: #1B681F;
}
</style>