Shades of San Felix #2B662B
Tints of San Felix #2B662B
RGB
CMYK
RGB Variations
Color information
#2B662B (or 0x2B662B) is known color: San Felix. HEX triplet: 2B, 66 and 2B. RGB value is (43,102,43). Sum of RGB (Red+Green+Blue) = 43+102+43=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #2B662B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B662B is #D499D4. Grayscale: #4D4D4D. Windows color (decimal): -13933013 or 2844203. OLE color: 2844203.
HSL color Cylindrical-coordinate representation of color #2B662B: hue angle of 120º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B662B is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 102 | 43 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.6 |
| HSL | 120º | 0.41% | 0.28% | - |
| HSV(B) | 120º | 0.58% | 0.4% | - |
| XYZ | 6.18 | 10.19 | 3.93 | - |
| YUV | 77.63 | 108.45 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 43 | 0.58 | 0 | 0.58 | 0.6 | 120 | 0.41 | 0.28 |
| Hex | 2B | 66 | 2B | 3A | 0 | 3A | 3C | 78 | 29 | 1C |
| Octal | 53 | 146 | 53 | 72 | 0 | 72 | 74 | 170 | 51 | 34 |
| Binary | 101011 | 1100110 | 101011 | 111010 | 0 | 111010 | 111100 | 1111000 | 101001 | 11100 |
Color Harmonies of #2B662B
Complementary color
Monochromatic Colors of #2B662B
Black with #2B662B
Text Example
Text Example
White with #2B662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B662B; }
p { color: rgb(43,102,43); }
H1.HeaderClassName
{
color: #2B662B;
}
.AnyTagClassName
{
color: #2B662B;
}
</style>
background-color css
<style>
a { background-color: #2B662B; }
a { background-color: rgb(43,102,43); }
div.DivClassName
{
background-color: #2B662B;
}
.BgClassName
{
background-color: #2B662B;
}
</style>
border-color css
<style>
span { border-color: #2B662B; }
span { border-color: rgb(43,102,43); }
td.TdClassName
{
border-color: #2B662B;
}
.TagClassName
{
border-color: #2B662B;
}
</style>