Shades of San Felix #1A6925
Tints of San Felix #1A6925
RGB
CMYK
RGB Variations
Color information
#1A6925 (or 0x1A6925) is known color: San Felix. HEX triplet: 1A, 69 and 25. RGB value is (26,105,37). Sum of RGB (Red+Green+Blue) = 26+105+37=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 105 (41.41% from 255 or 62.5% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 105 - color contains mainly: green. Hex color #1A6925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A6925 is #E596DA. Grayscale: #494949. Windows color (decimal): -15046363 or 2451738. OLE color: 2451738.
HSL color Cylindrical-coordinate representation of color #1A6925: hue angle of 128.35º 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 #1A6925 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 26 | 105 | 37 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.59 |
| HSL | 128.35º | 0.6% | 0.26% | - |
| HSV(B) | 128.35º | 0.75% | 0.41% | - |
| XYZ | 5.81 | 10.46 | 3.46 | - |
| YUV | 73.63 | 107.33 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 105 | 37 | 0.75 | 0 | 0.65 | 0.59 | 128.35 | 0.6 | 0.26 |
| Hex | 1A | 69 | 25 | 4B | 0 | 41 | 3B | 80 | 3C | 1A |
| Octal | 32 | 151 | 45 | 113 | 0 | 101 | 73 | 200 | 74 | 32 |
| Binary | 11010 | 1101001 | 100101 | 1001011 | 0 | 1000001 | 111011 | 10000000 | 111100 | 11010 |
Color Harmonies of #1A6925
Complementary color
Monochromatic Colors of #1A6925
Black with #1A6925
Text Example
Text Example
White with #1A6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6925; }
p { color: rgb(26,105,37); }
H1.HeaderClassName
{
color: #1A6925;
}
.AnyTagClassName
{
color: #1A6925;
}
</style>
background-color css
<style>
a { background-color: #1A6925; }
a { background-color: rgb(26,105,37); }
div.DivClassName
{
background-color: #1A6925;
}
.BgClassName
{
background-color: #1A6925;
}
</style>
border-color css
<style>
span { border-color: #1A6925; }
span { border-color: rgb(26,105,37); }
td.TdClassName
{
border-color: #1A6925;
}
.TagClassName
{
border-color: #1A6925;
}
</style>