Shades of San Felix #1A7C2C
Tints of San Felix #1A7C2C
RGB
CMYK
RGB Variations
Color information
#1A7C2C (or 0x1A7C2C) is known color: San Felix. HEX triplet: 1A, 7C and 2C. RGB value is (26,124,44). Sum of RGB (Red+Green+Blue) = 26+124+44=194 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.40% from 194); Green value is 124 (48.83% from 255 or 63.92% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 124 - color contains mainly: green. Hex color #1A7C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A7C2C is #E583D3. Grayscale: #555555. Windows color (decimal): -15041492 or 2915354. OLE color: 2915354.
HSL color Cylindrical-coordinate representation of color #1A7C2C: hue angle of 131.02º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7C2C is Cyan = 0.79, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 26 | 124 | 44 | - |
| CMYK | 0.79 | 0 | 0.65 | 0.51 |
| HSL | 131.02º | 0.65% | 0.29% | - |
| HSV(B) | 131.02º | 0.79% | 0.49% | - |
| XYZ | 8.09 | 14.82 | 4.82 | - |
| YUV | 85.58 | 104.53 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 124 | 44 | 0.79 | 0 | 0.65 | 0.51 | 131.02 | 0.65 | 0.29 |
| Hex | 1A | 7C | 2C | 4F | 0 | 41 | 33 | 83 | 41 | 1D |
| Octal | 32 | 174 | 54 | 117 | 0 | 101 | 63 | 203 | 101 | 35 |
| Binary | 11010 | 1111100 | 101100 | 1001111 | 0 | 1000001 | 110011 | 10000011 | 1000001 | 11101 |
Color Harmonies of #1A7C2C
Complementary color
Monochromatic Colors of #1A7C2C
Black with #1A7C2C
Text Example
Text Example
White with #1A7C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7C2C; }
p { color: rgb(26,124,44); }
H1.HeaderClassName
{
color: #1A7C2C;
}
.AnyTagClassName
{
color: #1A7C2C;
}
</style>
background-color css
<style>
a { background-color: #1A7C2C; }
a { background-color: rgb(26,124,44); }
div.DivClassName
{
background-color: #1A7C2C;
}
.BgClassName
{
background-color: #1A7C2C;
}
</style>
border-color css
<style>
span { border-color: #1A7C2C; }
span { border-color: rgb(26,124,44); }
td.TdClassName
{
border-color: #1A7C2C;
}
.TagClassName
{
border-color: #1A7C2C;
}
</style>