Shades of San Felix #1A641D
Tints of San Felix #1A641D
RGB
CMYK
RGB Variations
Color information
#1A641D (or 0x1A641D) is known color: San Felix. HEX triplet: 1A, 64 and 1D. RGB value is (26,100,29). Sum of RGB (Red+Green+Blue) = 26+100+29=155 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.77% from 155); Green value is 100 (39.45% from 255 or 64.52% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 100 - color contains mainly: green. Hex color #1A641D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A641D is #E59BE2. Grayscale: #454545. Windows color (decimal): -15047651 or 1926170. OLE color: 1926170.
HSL color Cylindrical-coordinate representation of color #1A641D: hue angle of 122.43º 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 #1A641D is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 100 | 29 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.61 |
| HSL | 122.43º | 0.59% | 0.25% | - |
| HSV(B) | 122.43º | 0.74% | 0.39% | - |
| XYZ | 5.2 | 9.42 | 2.71 | - |
| YUV | 69.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 100 | 29 | 0.74 | 0 | 0.71 | 0.61 | 122.43 | 0.59 | 0.25 |
| Hex | 1A | 64 | 1D | 4A | 0 | 47 | 3D | 7A | 3B | 19 |
| Octal | 32 | 144 | 35 | 112 | 0 | 107 | 75 | 172 | 73 | 31 |
| Binary | 11010 | 1100100 | 11101 | 1001010 | 0 | 1000111 | 111101 | 1111010 | 111011 | 11001 |
Color Harmonies of #1A641D
Complementary color
Monochromatic Colors of #1A641D
Black with #1A641D
Text Example
Text Example
White with #1A641D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A641D; }
p { color: rgb(26,100,29); }
H1.HeaderClassName
{
color: #1A641D;
}
.AnyTagClassName
{
color: #1A641D;
}
</style>
background-color css
<style>
a { background-color: #1A641D; }
a { background-color: rgb(26,100,29); }
div.DivClassName
{
background-color: #1A641D;
}
.BgClassName
{
background-color: #1A641D;
}
</style>
border-color css
<style>
span { border-color: #1A641D; }
span { border-color: rgb(26,100,29); }
td.TdClassName
{
border-color: #1A641D;
}
.TagClassName
{
border-color: #1A641D;
}
</style>