Shades of San Felix #1B7726
Tints of San Felix #1B7726
RGB
CMYK
RGB Variations
Color information
#1B7726 (or 0x1B7726) is known color: San Felix. HEX triplet: 1B, 77 and 26. RGB value is (27,119,38). Sum of RGB (Red+Green+Blue) = 27+119+38=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 119 (46.88% from 255 or 64.67% from 184); Blue value is 38 (15.23% from 255 or 20.65% from 184); Max value from RGB is 119 - color contains mainly: green. Hex color #1B7726 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B7726 is #E488D9. Grayscale: #525252. Windows color (decimal): -14977242 or 2520859. OLE color: 2520859.
HSL color Cylindrical-coordinate representation of color #1B7726: hue angle of 127.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B7726 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 27 | 119 | 38 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.53 |
| HSL | 127.17º | 0.63% | 0.29% | - |
| HSV(B) | 127.17º | 0.77% | 0.47% | - |
| XYZ | 7.4 | 13.57 | 4.06 | - |
| YUV | 82.26 | 103.02 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 38 | 0.77 | 0 | 0.68 | 0.53 | 127.17 | 0.63 | 0.29 |
| Hex | 1B | 77 | 26 | 4D | 0 | 44 | 35 | 7F | 3F | 1D |
| Octal | 33 | 167 | 46 | 115 | 0 | 104 | 65 | 177 | 77 | 35 |
| Binary | 11011 | 1110111 | 100110 | 1001101 | 0 | 1000100 | 110101 | 1111111 | 111111 | 11101 |
Color Harmonies of #1B7726
Complementary color
Monochromatic Colors of #1B7726
Black with #1B7726
Text Example
Text Example
White with #1B7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7726; }
p { color: rgb(27,119,38); }
H1.HeaderClassName
{
color: #1B7726;
}
.AnyTagClassName
{
color: #1B7726;
}
</style>
background-color css
<style>
a { background-color: #1B7726; }
a { background-color: rgb(27,119,38); }
div.DivClassName
{
background-color: #1B7726;
}
.BgClassName
{
background-color: #1B7726;
}
</style>
border-color css
<style>
span { border-color: #1B7726; }
span { border-color: rgb(27,119,38); }
td.TdClassName
{
border-color: #1B7726;
}
.TagClassName
{
border-color: #1B7726;
}
</style>