Shades of San Felix #2F7239
Tints of San Felix #2F7239
RGB
CMYK
RGB Variations
Color information
#2F7239 (or 0x2F7239) is known color: San Felix. HEX triplet: 2F, 72 and 39. RGB value is (47,114,57). Sum of RGB (Red+Green+Blue) = 47+114+57=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #2F7239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F7239 is #D08DC6. Grayscale: #575757. Windows color (decimal): -13667783 or 3764783. OLE color: 3764783.
HSL color Cylindrical-coordinate representation of color #2F7239: hue angle of 128.96º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F7239 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 57 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.55 |
| HSL | 128.96º | 0.42% | 0.32% | - |
| HSV(B) | 128.96º | 0.59% | 0.45% | - |
| XYZ | 7.93 | 12.93 | 5.95 | - |
| YUV | 87.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 57 | 0.59 | 0 | 0.50 | 0.55 | 128.96 | 0.42 | 0.32 |
| Hex | 2F | 72 | 39 | 3B | 0 | 32 | 37 | 81 | 2A | 20 |
| Octal | 57 | 162 | 71 | 73 | 0 | 62 | 67 | 201 | 52 | 40 |
| Binary | 101111 | 1110010 | 111001 | 111011 | 0 | 110010 | 110111 | 10000001 | 101010 | 100000 |
Color Harmonies of #2F7239
Complementary color
Monochromatic Colors of #2F7239
Black with #2F7239
Text Example
Text Example
White with #2F7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F7239; }
p { color: rgb(47,114,57); }
H1.HeaderClassName
{
color: #2F7239;
}
.AnyTagClassName
{
color: #2F7239;
}
</style>
background-color css
<style>
a { background-color: #2F7239; }
a { background-color: rgb(47,114,57); }
div.DivClassName
{
background-color: #2F7239;
}
.BgClassName
{
background-color: #2F7239;
}
</style>
border-color css
<style>
span { border-color: #2F7239; }
span { border-color: rgb(47,114,57); }
td.TdClassName
{
border-color: #2F7239;
}
.TagClassName
{
border-color: #2F7239;
}
</style>