Shades of San Felix #2B722F
Tints of San Felix #2B722F
RGB
CMYK
RGB Variations
Color information
#2B722F (or 0x2B722F) is known color: San Felix. HEX triplet: 2B, 72 and 2F. RGB value is (43,114,47). Sum of RGB (Red+Green+Blue) = 43+114+47=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #2B722F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B722F is #D48DD0. Grayscale: #555555. Windows color (decimal): -13929937 or 3109419. OLE color: 3109419.
HSL color Cylindrical-coordinate representation of color #2B722F: hue angle of 123.38º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2B722F is Cyan = 0.62, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 43 | 114 | 47 | - |
| CMYK | 0.62 | 0 | 0.59 | 0.55 |
| HSL | 123.38º | 0.45% | 0.31% | - |
| HSV(B) | 123.38º | 0.62% | 0.45% | - |
| XYZ | 7.53 | 12.75 | 4.75 | - |
| YUV | 85.13 | 106.48 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 114 | 47 | 0.62 | 0 | 0.59 | 0.55 | 123.38 | 0.45 | 0.31 |
| Hex | 2B | 72 | 2F | 3E | 0 | 3B | 37 | 7B | 2D | 1F |
| Octal | 53 | 162 | 57 | 76 | 0 | 73 | 67 | 173 | 55 | 37 |
| Binary | 101011 | 1110010 | 101111 | 111110 | 0 | 111011 | 110111 | 1111011 | 101101 | 11111 |
Color Harmonies of #2B722F
Complementary color
Monochromatic Colors of #2B722F
Black with #2B722F
Text Example
Text Example
White with #2B722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B722F; }
p { color: rgb(43,114,47); }
H1.HeaderClassName
{
color: #2B722F;
}
.AnyTagClassName
{
color: #2B722F;
}
</style>
background-color css
<style>
a { background-color: #2B722F; }
a { background-color: rgb(43,114,47); }
div.DivClassName
{
background-color: #2B722F;
}
.BgClassName
{
background-color: #2B722F;
}
</style>
border-color css
<style>
span { border-color: #2B722F; }
span { border-color: rgb(43,114,47); }
td.TdClassName
{
border-color: #2B722F;
}
.TagClassName
{
border-color: #2B722F;
}
</style>