Shades of San Felix #2B6935
Tints of San Felix #2B6935
RGB
CMYK
RGB Variations
Color information
#2B6935 (or 0x2B6935) is known color: San Felix. HEX triplet: 2B, 69 and 35. RGB value is (43,105,53). Sum of RGB (Red+Green+Blue) = 43+105+53=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6935 is #D496CA. Grayscale: #505050. Windows color (decimal): -13932235 or 3500331. OLE color: 3500331.
HSL color Cylindrical-coordinate representation of color #2B6935: hue angle of 129.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6935 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 105 | 53 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.59 |
| HSL | 129.68º | 0.42% | 0.29% | - |
| HSV(B) | 129.68º | 0.59% | 0.41% | - |
| XYZ | 6.69 | 10.87 | 5.11 | - |
| YUV | 80.53 | 112.46 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 105 | 53 | 0.59 | 0 | 0.50 | 0.59 | 129.68 | 0.42 | 0.29 |
| Hex | 2B | 69 | 35 | 3B | 0 | 32 | 3B | 82 | 2A | 1D |
| Octal | 53 | 151 | 65 | 73 | 0 | 62 | 73 | 202 | 52 | 35 |
| Binary | 101011 | 1101001 | 110101 | 111011 | 0 | 110010 | 111011 | 10000010 | 101010 | 11101 |
Color Harmonies of #2B6935
Complementary color
Monochromatic Colors of #2B6935
Black with #2B6935
Text Example
Text Example
White with #2B6935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6935; }
p { color: rgb(43,105,53); }
H1.HeaderClassName
{
color: #2B6935;
}
.AnyTagClassName
{
color: #2B6935;
}
</style>
background-color css
<style>
a { background-color: #2B6935; }
a { background-color: rgb(43,105,53); }
div.DivClassName
{
background-color: #2B6935;
}
.BgClassName
{
background-color: #2B6935;
}
</style>
border-color css
<style>
span { border-color: #2B6935; }
span { border-color: rgb(43,105,53); }
td.TdClassName
{
border-color: #2B6935;
}
.TagClassName
{
border-color: #2B6935;
}
</style>