Shades of San Felix #1A6921
Tints of San Felix #1A6921
RGB
CMYK
RGB Variations
Color information
#1A6921 (or 0x1A6921) is known color: San Felix. HEX triplet: 1A, 69 and 21. RGB value is (26,105,33). Sum of RGB (Red+Green+Blue) = 26+105+33=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 105 (41.41% from 255 or 64.02% from 164); Blue value is 33 (13.28% from 255 or 20.12% from 164); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6921 is #E596DE. Grayscale: #494949. Windows color (decimal): -15046367 or 2189594. OLE color: 2189594.
HSL color Cylindrical-coordinate representation of color #1A6921: hue angle of 125.32º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A6921 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 33 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.59 |
| HSL | 125.32º | 0.6% | 0.26% | - |
| HSV(B) | 125.32º | 0.75% | 0.41% | - |
| XYZ | 5.75 | 10.43 | 3.15 | - |
| YUV | 73.17 | 105.33 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 33 | 0.75 | 0 | 0.69 | 0.59 | 125.32 | 0.6 | 0.26 |
| Hex | 1A | 69 | 21 | 4B | 0 | 45 | 3B | 7D | 3C | 1A |
| Octal | 32 | 151 | 41 | 113 | 0 | 105 | 73 | 175 | 74 | 32 |
| Binary | 11010 | 1101001 | 100001 | 1001011 | 0 | 1000101 | 111011 | 1111101 | 111100 | 11010 |
Color Harmonies of #1A6921
Complementary color
Monochromatic Colors of #1A6921
Black with #1A6921
Text Example
Text Example
White with #1A6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6921; }
p { color: rgb(26,105,33); }
H1.HeaderClassName
{
color: #1A6921;
}
.AnyTagClassName
{
color: #1A6921;
}
</style>
background-color css
<style>
a { background-color: #1A6921; }
a { background-color: rgb(26,105,33); }
div.DivClassName
{
background-color: #1A6921;
}
.BgClassName
{
background-color: #1A6921;
}
</style>
border-color css
<style>
span { border-color: #1A6921; }
span { border-color: rgb(26,105,33); }
td.TdClassName
{
border-color: #1A6921;
}
.TagClassName
{
border-color: #1A6921;
}
</style>