Shades of San Felix #1A7424
Tints of San Felix #1A7424
RGB
CMYK
RGB Variations
Color information
#1A7424 (or 0x1A7424) is known color: San Felix. HEX triplet: 1A, 74 and 24. RGB value is (26,116,36). Sum of RGB (Red+Green+Blue) = 26+116+36=178 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.61% from 178); Green value is 116 (45.70% from 255 or 65.17% from 178); Blue value is 36 (14.45% from 255 or 20.22% from 178); Max value from RGB is 116 - color contains mainly: green. Hex color #1A7424 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7424 is #E58BDB. Grayscale: #505050. Windows color (decimal): -15043548 or 2389018. OLE color: 2389018.
HSL color Cylindrical-coordinate representation of color #1A7424: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A7424 is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 36 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.55 |
| HSL | 126.67º | 0.63% | 0.28% | - |
| HSV(B) | 126.67º | 0.78% | 0.45% | - |
| XYZ | 6.99 | 12.84 | 3.78 | - |
| YUV | 79.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 36 | 0.78 | 0 | 0.69 | 0.55 | 126.67 | 0.63 | 0.28 |
| Hex | 1A | 74 | 24 | 4E | 0 | 45 | 37 | 7F | 3F | 1C |
| Octal | 32 | 164 | 44 | 116 | 0 | 105 | 67 | 177 | 77 | 34 |
| Binary | 11010 | 1110100 | 100100 | 1001110 | 0 | 1000101 | 110111 | 1111111 | 111111 | 11100 |
Color Harmonies of #1A7424
Complementary color
Monochromatic Colors of #1A7424
Black with #1A7424
Text Example
Text Example
White with #1A7424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7424; }
p { color: rgb(26,116,36); }
H1.HeaderClassName
{
color: #1A7424;
}
.AnyTagClassName
{
color: #1A7424;
}
</style>
background-color css
<style>
a { background-color: #1A7424; }
a { background-color: rgb(26,116,36); }
div.DivClassName
{
background-color: #1A7424;
}
.BgClassName
{
background-color: #1A7424;
}
</style>
border-color css
<style>
span { border-color: #1A7424; }
span { border-color: rgb(26,116,36); }
td.TdClassName
{
border-color: #1A7424;
}
.TagClassName
{
border-color: #1A7424;
}
</style>