Shades of San Felix #1A681B
Tints of San Felix #1A681B
RGB
CMYK
RGB Variations
Color information
#1A681B (or 0x1A681B) is known color: San Felix. HEX triplet: 1A, 68 and 1B. RGB value is (26,104,27). Sum of RGB (Red+Green+Blue) = 26+104+27=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #1A681B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A681B is #E597E4. Grayscale: #484848. Windows color (decimal): -15046629 or 1796122. OLE color: 1796122.
HSL color Cylindrical-coordinate representation of color #1A681B: hue angle of 120.77º 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 #1A681B is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 104 | 27 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.59 |
| HSL | 120.77º | 0.6% | 0.25% | - |
| HSV(B) | 120.77º | 0.75% | 0.41% | - |
| XYZ | 5.57 | 10.2 | 2.71 | - |
| YUV | 71.9 | 102.66 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 27 | 0.75 | 0 | 0.74 | 0.59 | 120.77 | 0.6 | 0.25 |
| Hex | 1A | 68 | 1B | 4B | 0 | 4A | 3B | 79 | 3C | 19 |
| Octal | 32 | 150 | 33 | 113 | 0 | 112 | 73 | 171 | 74 | 31 |
| Binary | 11010 | 1101000 | 11011 | 1001011 | 0 | 1001010 | 111011 | 1111001 | 111100 | 11001 |
Color Harmonies of #1A681B
Complementary color
Monochromatic Colors of #1A681B
Black with #1A681B
Text Example
Text Example
White with #1A681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A681B; }
p { color: rgb(26,104,27); }
H1.HeaderClassName
{
color: #1A681B;
}
.AnyTagClassName
{
color: #1A681B;
}
</style>
background-color css
<style>
a { background-color: #1A681B; }
a { background-color: rgb(26,104,27); }
div.DivClassName
{
background-color: #1A681B;
}
.BgClassName
{
background-color: #1A681B;
}
</style>
border-color css
<style>
span { border-color: #1A681B; }
span { border-color: rgb(26,104,27); }
td.TdClassName
{
border-color: #1A681B;
}
.TagClassName
{
border-color: #1A681B;
}
</style>