Shades of San Felix #2B632B
Tints of San Felix #2B632B
RGB
CMYK
RGB Variations
Color information
#2B632B (or 0x2B632B) is known color: San Felix. HEX triplet: 2B, 63 and 2B. RGB value is (43,99,43). Sum of RGB (Red+Green+Blue) = 43+99+43=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 99 (39.06% from 255 or 53.51% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 99 - color contains mainly: green. Hex color #2B632B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B632B is #D49CD4. Grayscale: #4C4C4C. Windows color (decimal): -13933781 or 2843435. OLE color: 2843435.
HSL color Cylindrical-coordinate representation of color #2B632B: hue angle of 120º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2B632B is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 99 | 43 | - |
| CMYK | 0.57 | 0 | 0.57 | 0.61 |
| HSL | 120º | 0.39% | 0.28% | - |
| HSV(B) | 120º | 0.57% | 0.39% | - |
| XYZ | 5.89 | 9.61 | 3.83 | - |
| YUV | 75.87 | 109.45 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 99 | 43 | 0.57 | 0 | 0.57 | 0.61 | 120 | 0.39 | 0.28 |
| Hex | 2B | 63 | 2B | 39 | 0 | 39 | 3D | 78 | 27 | 1C |
| Octal | 53 | 143 | 53 | 71 | 0 | 71 | 75 | 170 | 47 | 34 |
| Binary | 101011 | 1100011 | 101011 | 111001 | 0 | 111001 | 111101 | 1111000 | 100111 | 11100 |
Color Harmonies of #2B632B
Complementary color
Monochromatic Colors of #2B632B
Black with #2B632B
Text Example
Text Example
White with #2B632B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B632B; }
p { color: rgb(43,99,43); }
H1.HeaderClassName
{
color: #2B632B;
}
.AnyTagClassName
{
color: #2B632B;
}
</style>
background-color css
<style>
a { background-color: #2B632B; }
a { background-color: rgb(43,99,43); }
div.DivClassName
{
background-color: #2B632B;
}
.BgClassName
{
background-color: #2B632B;
}
</style>
border-color css
<style>
span { border-color: #2B632B; }
span { border-color: rgb(43,99,43); }
td.TdClassName
{
border-color: #2B632B;
}
.TagClassName
{
border-color: #2B632B;
}
</style>