Shades of San Felix #1A641F
Tints of San Felix #1A641F
RGB
CMYK
RGB Variations
Color information
#1A641F (or 0x1A641F) is known color: San Felix. HEX triplet: 1A, 64 and 1F. RGB value is (26,100,31). Sum of RGB (Red+Green+Blue) = 26+100+31=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 100 (39.45% from 255 or 63.69% from 157); Blue value is 31 (12.5% from 255 or 19.75% from 157); Max value from RGB is 100 - color contains mainly: green. Hex color #1A641F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A641F is #E59BE0. Grayscale: #464646. Windows color (decimal): -15047649 or 2057242. OLE color: 2057242.
HSL color Cylindrical-coordinate representation of color #1A641F: hue angle of 124.05º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A641F is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 31 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.61 |
| HSL | 124.05º | 0.59% | 0.25% | - |
| HSV(B) | 124.05º | 0.74% | 0.39% | - |
| XYZ | 5.23 | 9.43 | 2.84 | - |
| YUV | 70.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 31 | 0.74 | 0 | 0.69 | 0.61 | 124.05 | 0.59 | 0.25 |
| Hex | 1A | 64 | 1F | 4A | 0 | 45 | 3D | 7C | 3B | 19 |
| Octal | 32 | 144 | 37 | 112 | 0 | 105 | 75 | 174 | 73 | 31 |
| Binary | 11010 | 1100100 | 11111 | 1001010 | 0 | 1000101 | 111101 | 1111100 | 111011 | 11001 |
Color Harmonies of #1A641F
Complementary color
Monochromatic Colors of #1A641F
Black with #1A641F
Text Example
Text Example
White with #1A641F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A641F; }
p { color: rgb(26,100,31); }
H1.HeaderClassName
{
color: #1A641F;
}
.AnyTagClassName
{
color: #1A641F;
}
</style>
background-color css
<style>
a { background-color: #1A641F; }
a { background-color: rgb(26,100,31); }
div.DivClassName
{
background-color: #1A641F;
}
.BgClassName
{
background-color: #1A641F;
}
</style>
border-color css
<style>
span { border-color: #1A641F; }
span { border-color: rgb(26,100,31); }
td.TdClassName
{
border-color: #1A641F;
}
.TagClassName
{
border-color: #1A641F;
}
</style>