Shades of San Felix #2B691F
Tints of San Felix #2B691F
RGB
CMYK
RGB Variations
Color information
#2B691F (or 0x2B691F) is known color: San Felix. HEX triplet: 2B, 69 and 1F. RGB value is (43,105,31). Sum of RGB (Red+Green+Blue) = 43+105+31=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 31 (12.5% from 255 or 17.32% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #2B691F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B691F is #D496E0. Grayscale: #4E4E4E. Windows color (decimal): -13932257 or 2058539. OLE color: 2058539.
HSL color Cylindrical-coordinate representation of color #2B691F: hue angle of 110.27º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B691F is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 31 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.59 |
| HSL | 110.27º | 0.54% | 0.27% | - |
| HSV(B) | 110.27º | 0.7% | 0.41% | - |
| XYZ | 6.3 | 10.72 | 3.03 | - |
| YUV | 78.03 | 101.46 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 31 | 0.59 | 0 | 0.70 | 0.59 | 110.27 | 0.54 | 0.27 |
| Hex | 2B | 69 | 1F | 3B | 0 | 46 | 3B | 6E | 36 | 1B |
| Octal | 53 | 151 | 37 | 73 | 0 | 106 | 73 | 156 | 66 | 33 |
| Binary | 101011 | 1101001 | 11111 | 111011 | 0 | 1000110 | 111011 | 1101110 | 110110 | 11011 |
Color Harmonies of #2B691F
Complementary color
Monochromatic Colors of #2B691F
Black with #2B691F
Text Example
Text Example
White with #2B691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B691F; }
p { color: rgb(43,105,31); }
H1.HeaderClassName
{
color: #2B691F;
}
.AnyTagClassName
{
color: #2B691F;
}
</style>
background-color css
<style>
a { background-color: #2B691F; }
a { background-color: rgb(43,105,31); }
div.DivClassName
{
background-color: #2B691F;
}
.BgClassName
{
background-color: #2B691F;
}
</style>
border-color css
<style>
span { border-color: #2B691F; }
span { border-color: rgb(43,105,31); }
td.TdClassName
{
border-color: #2B691F;
}
.TagClassName
{
border-color: #2B691F;
}
</style>