Shades of San Felix #2B6731
Tints of San Felix #2B6731
RGB
CMYK
RGB Variations
Color information
#2B6731 (or 0x2B6731) is known color: San Felix. HEX triplet: 2B, 67 and 31. RGB value is (43,103,49). Sum of RGB (Red+Green+Blue) = 43+103+49=195 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.05% from 195); Green value is 103 (40.62% from 255 or 52.82% from 195); Blue value is 49 (19.53% from 255 or 25.13% from 195); Max value from RGB is 103 - color contains mainly: green. Hex color #2B6731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6731 is #D498CE. Grayscale: #4F4F4F. Windows color (decimal): -13932751 or 3237675. OLE color: 3237675.
HSL color Cylindrical-coordinate representation of color #2B6731: hue angle of 126º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B6731 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 49 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.60 |
| HSL | 126º | 0.41% | 0.29% | - |
| HSV(B) | 126º | 0.58% | 0.4% | - |
| XYZ | 6.4 | 10.44 | 4.58 | - |
| YUV | 78.9 | 111.12 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 49 | 0.58 | 0 | 0.52 | 0.60 | 126 | 0.41 | 0.29 |
| Hex | 2B | 67 | 31 | 3A | 0 | 34 | 3C | 7E | 29 | 1D |
| Octal | 53 | 147 | 61 | 72 | 0 | 64 | 74 | 176 | 51 | 35 |
| Binary | 101011 | 1100111 | 110001 | 111010 | 0 | 110100 | 111100 | 1111110 | 101001 | 11101 |
Color Harmonies of #2B6731
Complementary color
Monochromatic Colors of #2B6731
Black with #2B6731
Text Example
Text Example
White with #2B6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6731; }
p { color: rgb(43,103,49); }
H1.HeaderClassName
{
color: #2B6731;
}
.AnyTagClassName
{
color: #2B6731;
}
</style>
background-color css
<style>
a { background-color: #2B6731; }
a { background-color: rgb(43,103,49); }
div.DivClassName
{
background-color: #2B6731;
}
.BgClassName
{
background-color: #2B6731;
}
</style>
border-color css
<style>
span { border-color: #2B6731; }
span { border-color: rgb(43,103,49); }
td.TdClassName
{
border-color: #2B6731;
}
.TagClassName
{
border-color: #2B6731;
}
</style>