Shades of San Felix #2B6E28
Tints of San Felix #2B6E28
RGB
CMYK
RGB Variations
Color information
#2B6E28 (or 0x2B6E28) is known color: San Felix. HEX triplet: 2B, 6E and 28. RGB value is (43,110,40). Sum of RGB (Red+Green+Blue) = 43+110+40=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 110 (43.36% from 255 or 56.99% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 110 - color contains mainly: green. Hex color #2B6E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6E28 is #D491D7. Grayscale: #525252. Windows color (decimal): -13930968 or 2649643. OLE color: 2649643.
HSL color Cylindrical-coordinate representation of color #2B6E28: hue angle of 117.43º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2B6E28 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 43 | 110 | 40 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.57 |
| HSL | 117.43º | 0.47% | 0.29% | - |
| HSV(B) | 117.43º | 0.64% | 0.43% | - |
| XYZ | 6.96 | 11.82 | 3.92 | - |
| YUV | 81.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 110 | 40 | 0.61 | 0 | 0.64 | 0.57 | 117.43 | 0.47 | 0.29 |
| Hex | 2B | 6E | 28 | 3D | 0 | 40 | 39 | 75 | 2F | 1D |
| Octal | 53 | 156 | 50 | 75 | 0 | 100 | 71 | 165 | 57 | 35 |
| Binary | 101011 | 1101110 | 101000 | 111101 | 0 | 1000000 | 111001 | 1110101 | 101111 | 11101 |
Color Harmonies of #2B6E28
Complementary color
Monochromatic Colors of #2B6E28
Black with #2B6E28
Text Example
Text Example
White with #2B6E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6E28; }
p { color: rgb(43,110,40); }
H1.HeaderClassName
{
color: #2B6E28;
}
.AnyTagClassName
{
color: #2B6E28;
}
</style>
background-color css
<style>
a { background-color: #2B6E28; }
a { background-color: rgb(43,110,40); }
div.DivClassName
{
background-color: #2B6E28;
}
.BgClassName
{
background-color: #2B6E28;
}
</style>
border-color css
<style>
span { border-color: #2B6E28; }
span { border-color: rgb(43,110,40); }
td.TdClassName
{
border-color: #2B6E28;
}
.TagClassName
{
border-color: #2B6E28;
}
</style>