Shades of San Felix #1B731F
Tints of San Felix #1B731F
RGB
CMYK
RGB Variations
Color information
#1B731F (or 0x1B731F) is known color: San Felix. HEX triplet: 1B, 73 and 1F. RGB value is (27,115,31). Sum of RGB (Red+Green+Blue) = 27+115+31=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 115 (45.31% from 255 or 66.47% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 115 - color contains mainly: green. Hex color #1B731F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B731F is #E48CE0. Grayscale: #4F4F4F. Windows color (decimal): -14978273 or 2061083. OLE color: 2061083.
HSL color Cylindrical-coordinate representation of color #1B731F: hue angle of 122.73º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B731F is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 115 | 31 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.55 |
| HSL | 122.73º | 0.62% | 0.28% | - |
| HSV(B) | 122.73º | 0.77% | 0.45% | - |
| XYZ | 6.83 | 12.59 | 3.37 | - |
| YUV | 79.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 115 | 31 | 0.77 | 0 | 0.73 | 0.55 | 122.73 | 0.62 | 0.28 |
| Hex | 1B | 73 | 1F | 4D | 0 | 49 | 37 | 7B | 3E | 1C |
| Octal | 33 | 163 | 37 | 115 | 0 | 111 | 67 | 173 | 76 | 34 |
| Binary | 11011 | 1110011 | 11111 | 1001101 | 0 | 1001001 | 110111 | 1111011 | 111110 | 11100 |
Color Harmonies of #1B731F
Complementary color
Monochromatic Colors of #1B731F
Black with #1B731F
Text Example
Text Example
White with #1B731F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B731F; }
p { color: rgb(27,115,31); }
H1.HeaderClassName
{
color: #1B731F;
}
.AnyTagClassName
{
color: #1B731F;
}
</style>
background-color css
<style>
a { background-color: #1B731F; }
a { background-color: rgb(27,115,31); }
div.DivClassName
{
background-color: #1B731F;
}
.BgClassName
{
background-color: #1B731F;
}
</style>
border-color css
<style>
span { border-color: #1B731F; }
span { border-color: rgb(27,115,31); }
td.TdClassName
{
border-color: #1B731F;
}
.TagClassName
{
border-color: #1B731F;
}
</style>