Shades of San Felix #1A681F
Tints of San Felix #1A681F
RGB
CMYK
RGB Variations
Color information
#1A681F (or 0x1A681F) is known color: San Felix. HEX triplet: 1A, 68 and 1F. RGB value is (26,104,31). Sum of RGB (Red+Green+Blue) = 26+104+31=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 104 (41.02% from 255 or 64.60% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 104 - color contains mainly: green. Hex color #1A681F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A681F is #E597E0. Grayscale: #484848. Windows color (decimal): -15046625 or 2058266. OLE color: 2058266.
HSL color Cylindrical-coordinate representation of color #1A681F: hue angle of 123.85º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A681F is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 31 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.59 |
| HSL | 123.85º | 0.6% | 0.25% | - |
| HSV(B) | 123.85º | 0.75% | 0.41% | - |
| XYZ | 5.62 | 10.22 | 2.97 | - |
| YUV | 72.36 | 104.66 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 31 | 0.75 | 0 | 0.70 | 0.59 | 123.85 | 0.6 | 0.25 |
| Hex | 1A | 68 | 1F | 4B | 0 | 46 | 3B | 7C | 3C | 19 |
| Octal | 32 | 150 | 37 | 113 | 0 | 106 | 73 | 174 | 74 | 31 |
| Binary | 11010 | 1101000 | 11111 | 1001011 | 0 | 1000110 | 111011 | 1111100 | 111100 | 11001 |
Color Harmonies of #1A681F
Complementary color
Monochromatic Colors of #1A681F
Black with #1A681F
Text Example
Text Example
White with #1A681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A681F; }
p { color: rgb(26,104,31); }
H1.HeaderClassName
{
color: #1A681F;
}
.AnyTagClassName
{
color: #1A681F;
}
</style>
background-color css
<style>
a { background-color: #1A681F; }
a { background-color: rgb(26,104,31); }
div.DivClassName
{
background-color: #1A681F;
}
.BgClassName
{
background-color: #1A681F;
}
</style>
border-color css
<style>
span { border-color: #1A681F; }
span { border-color: rgb(26,104,31); }
td.TdClassName
{
border-color: #1A681F;
}
.TagClassName
{
border-color: #1A681F;
}
</style>