Shades of San Felix #1B7124
Tints of San Felix #1B7124
RGB
CMYK
RGB Variations
Color information
#1B7124 (or 0x1B7124) is known color: San Felix. HEX triplet: 1B, 71 and 24. RGB value is (27,113,36). Sum of RGB (Red+Green+Blue) = 27+113+36=176 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.34% from 176); Green value is 113 (44.53% from 255 or 64.20% from 176); Blue value is 36 (14.45% from 255 or 20.45% from 176); Max value from RGB is 113 - color contains mainly: green. Hex color #1B7124 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7124 is #E48EDB. Grayscale: #4E4E4E. Windows color (decimal): -14978780 or 2388251. OLE color: 2388251.
HSL color Cylindrical-coordinate representation of color #1B7124: hue angle of 126.28º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7124 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 113 | 36 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.56 |
| HSL | 126.28º | 0.61% | 0.27% | - |
| HSV(B) | 126.28º | 0.76% | 0.44% | - |
| XYZ | 6.68 | 12.17 | 3.67 | - |
| YUV | 78.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 36 | 0.76 | 0 | 0.68 | 0.56 | 126.28 | 0.61 | 0.27 |
| Hex | 1B | 71 | 24 | 4C | 0 | 44 | 38 | 7E | 3D | 1B |
| Octal | 33 | 161 | 44 | 114 | 0 | 104 | 70 | 176 | 75 | 33 |
| Binary | 11011 | 1110001 | 100100 | 1001100 | 0 | 1000100 | 111000 | 1111110 | 111101 | 11011 |
Color Harmonies of #1B7124
Complementary color
Monochromatic Colors of #1B7124
Black with #1B7124
Text Example
Text Example
White with #1B7124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7124; }
p { color: rgb(27,113,36); }
H1.HeaderClassName
{
color: #1B7124;
}
.AnyTagClassName
{
color: #1B7124;
}
</style>
background-color css
<style>
a { background-color: #1B7124; }
a { background-color: rgb(27,113,36); }
div.DivClassName
{
background-color: #1B7124;
}
.BgClassName
{
background-color: #1B7124;
}
</style>
border-color css
<style>
span { border-color: #1B7124; }
span { border-color: rgb(27,113,36); }
td.TdClassName
{
border-color: #1B7124;
}
.TagClassName
{
border-color: #1B7124;
}
</style>