Shades of San Felix #1A631B
Tints of San Felix #1A631B
RGB
CMYK
RGB Variations
Color information
#1A631B (or 0x1A631B) is known color: San Felix. HEX triplet: 1A, 63 and 1B. RGB value is (26,99,27). Sum of RGB (Red+Green+Blue) = 26+99+27=152 (20% of max value = 765). Red value is 26 (10.55% from 255 or 17.11% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #1A631B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A631B is #E59CE4. Grayscale: #454545. Windows color (decimal): -15047909 or 1794842. OLE color: 1794842.
HSL color Cylindrical-coordinate representation of color #1A631B: hue angle of 120.82º degrees, saturation: 0.58, 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 #1A631B is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 26 | 99 | 27 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.61 |
| HSL | 120.82º | 0.58% | 0.25% | - |
| HSV(B) | 120.82º | 0.74% | 0.39% | - |
| XYZ | 5.09 | 9.22 | 2.55 | - |
| YUV | 68.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 99 | 27 | 0.74 | 0 | 0.73 | 0.61 | 120.82 | 0.58 | 0.25 |
| Hex | 1A | 63 | 1B | 4A | 0 | 49 | 3D | 79 | 3A | 19 |
| Octal | 32 | 143 | 33 | 112 | 0 | 111 | 75 | 171 | 72 | 31 |
| Binary | 11010 | 1100011 | 11011 | 1001010 | 0 | 1001001 | 111101 | 1111001 | 111010 | 11001 |
Color Harmonies of #1A631B
Complementary color
Monochromatic Colors of #1A631B
Black with #1A631B
Text Example
Text Example
White with #1A631B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A631B; }
p { color: rgb(26,99,27); }
H1.HeaderClassName
{
color: #1A631B;
}
.AnyTagClassName
{
color: #1A631B;
}
</style>
background-color css
<style>
a { background-color: #1A631B; }
a { background-color: rgb(26,99,27); }
div.DivClassName
{
background-color: #1A631B;
}
.BgClassName
{
background-color: #1A631B;
}
</style>
border-color css
<style>
span { border-color: #1A631B; }
span { border-color: rgb(26,99,27); }
td.TdClassName
{
border-color: #1A631B;
}
.TagClassName
{
border-color: #1A631B;
}
</style>