Shades of San Felix #1A6C1E
Tints of San Felix #1A6C1E
RGB
CMYK
RGB Variations
Color information
#1A6C1E (or 0x1A6C1E) is known color: San Felix. HEX triplet: 1A, 6C and 1E. RGB value is (26,108,30). Sum of RGB (Red+Green+Blue) = 26+108+30=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 108 (42.58% from 255 or 65.85% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 108 - color contains mainly: green. Hex color #1A6C1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6C1E is #E593E1. Grayscale: #4A4A4A. Windows color (decimal): -15045602 or 1993754. OLE color: 1993754.
HSL color Cylindrical-coordinate representation of color #1A6C1E: hue angle of 122.93º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6C1E is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 26 | 108 | 30 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.58 |
| HSL | 122.93º | 0.61% | 0.26% | - |
| HSV(B) | 122.93º | 0.76% | 0.42% | - |
| XYZ | 6.02 | 11.04 | 3.04 | - |
| YUV | 74.59 | 102.83 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 30 | 0.76 | 0 | 0.72 | 0.58 | 122.93 | 0.61 | 0.26 |
| Hex | 1A | 6C | 1E | 4C | 0 | 48 | 3A | 7B | 3D | 1A |
| Octal | 32 | 154 | 36 | 114 | 0 | 110 | 72 | 173 | 75 | 32 |
| Binary | 11010 | 1101100 | 11110 | 1001100 | 0 | 1001000 | 111010 | 1111011 | 111101 | 11010 |
Color Harmonies of #1A6C1E
Complementary color
Monochromatic Colors of #1A6C1E
Black with #1A6C1E
Text Example
Text Example
White with #1A6C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6C1E; }
p { color: rgb(26,108,30); }
H1.HeaderClassName
{
color: #1A6C1E;
}
.AnyTagClassName
{
color: #1A6C1E;
}
</style>
background-color css
<style>
a { background-color: #1A6C1E; }
a { background-color: rgb(26,108,30); }
div.DivClassName
{
background-color: #1A6C1E;
}
.BgClassName
{
background-color: #1A6C1E;
}
</style>
border-color css
<style>
span { border-color: #1A6C1E; }
span { border-color: rgb(26,108,30); }
td.TdClassName
{
border-color: #1A6C1E;
}
.TagClassName
{
border-color: #1A6C1E;
}
</style>