Shades of San Felix #2B712A
Tints of San Felix #2B712A
RGB
CMYK
RGB Variations
Color information
#2B712A (or 0x2B712A) is known color: San Felix. HEX triplet: 2B, 71 and 2A. RGB value is (43,113,42). Sum of RGB (Red+Green+Blue) = 43+113+42=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #2B712A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B712A is #D48ED5. Grayscale: #545454. Windows color (decimal): -13930198 or 2781483. OLE color: 2781483.
HSL color Cylindrical-coordinate representation of color #2B712A: hue angle of 119.15º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2B712A is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 113 | 42 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.56 |
| HSL | 119.15º | 0.46% | 0.3% | - |
| HSV(B) | 119.15º | 0.63% | 0.44% | - |
| XYZ | 7.32 | 12.49 | 4.22 | - |
| YUV | 83.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 113 | 42 | 0.62 | 0 | 0.63 | 0.56 | 119.15 | 0.46 | 0.3 |
| Hex | 2B | 71 | 2A | 3E | 0 | 3F | 38 | 77 | 2E | 1E |
| Octal | 53 | 161 | 52 | 76 | 0 | 77 | 70 | 167 | 56 | 36 |
| Binary | 101011 | 1110001 | 101010 | 111110 | 0 | 111111 | 111000 | 1110111 | 101110 | 11110 |
Color Harmonies of #2B712A
Complementary color
Monochromatic Colors of #2B712A
Black with #2B712A
Text Example
Text Example
White with #2B712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B712A; }
p { color: rgb(43,113,42); }
H1.HeaderClassName
{
color: #2B712A;
}
.AnyTagClassName
{
color: #2B712A;
}
</style>
background-color css
<style>
a { background-color: #2B712A; }
a { background-color: rgb(43,113,42); }
div.DivClassName
{
background-color: #2B712A;
}
.BgClassName
{
background-color: #2B712A;
}
</style>
border-color css
<style>
span { border-color: #2B712A; }
span { border-color: rgb(43,113,42); }
td.TdClassName
{
border-color: #2B712A;
}
.TagClassName
{
border-color: #2B712A;
}
</style>