Shades of San Felix #2B642D
Tints of San Felix #2B642D
RGB
CMYK
RGB Variations
Color information
#2B642D (or 0x2B642D) is known color: San Felix. HEX triplet: 2B, 64 and 2D. RGB value is (43,100,45). Sum of RGB (Red+Green+Blue) = 43+100+45=188 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.87% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #2B642D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B642D is #D49BD2. Grayscale: #4C4C4C. Windows color (decimal): -13933523 or 2974763. OLE color: 2974763.
HSL color Cylindrical-coordinate representation of color #2B642D: hue angle of 122.11º degrees, saturation: 0.4, 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 #2B642D is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 43 | 100 | 45 | - |
| CMYK | 0.57 | 0 | 0.55 | 0.61 |
| HSL | 122.11º | 0.4% | 0.28% | - |
| HSV(B) | 122.11º | 0.57% | 0.39% | - |
| XYZ | 6.03 | 9.82 | 4.06 | - |
| YUV | 76.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 100 | 45 | 0.57 | 0 | 0.55 | 0.61 | 122.11 | 0.4 | 0.28 |
| Hex | 2B | 64 | 2D | 39 | 0 | 37 | 3D | 7A | 28 | 1C |
| Octal | 53 | 144 | 55 | 71 | 0 | 67 | 75 | 172 | 50 | 34 |
| Binary | 101011 | 1100100 | 101101 | 111001 | 0 | 110111 | 111101 | 1111010 | 101000 | 11100 |
Color Harmonies of #2B642D
Complementary color
Monochromatic Colors of #2B642D
Black with #2B642D
Text Example
Text Example
White with #2B642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B642D; }
p { color: rgb(43,100,45); }
H1.HeaderClassName
{
color: #2B642D;
}
.AnyTagClassName
{
color: #2B642D;
}
</style>
background-color css
<style>
a { background-color: #2B642D; }
a { background-color: rgb(43,100,45); }
div.DivClassName
{
background-color: #2B642D;
}
.BgClassName
{
background-color: #2B642D;
}
</style>
border-color css
<style>
span { border-color: #2B642D; }
span { border-color: rgb(43,100,45); }
td.TdClassName
{
border-color: #2B642D;
}
.TagClassName
{
border-color: #2B642D;
}
</style>