Shades of San Felix #2F713B
Tints of San Felix #2F713B
RGB
CMYK
RGB Variations
Color information
#2F713B (or 0x2F713B) is known color: San Felix. HEX triplet: 2F, 71 and 3B. RGB value is (47,113,59). Sum of RGB (Red+Green+Blue) = 47+113+59=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #2F713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F713B is #D08EC4. Grayscale: #575757. Windows color (decimal): -13668037 or 3895599. OLE color: 3895599.
HSL color Cylindrical-coordinate representation of color #2F713B: hue angle of 130.91º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F713B is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 59 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.56 |
| HSL | 130.91º | 0.41% | 0.31% | - |
| HSV(B) | 130.91º | 0.58% | 0.44% | - |
| XYZ | 7.87 | 12.73 | 6.18 | - |
| YUV | 87.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 59 | 0.58 | 0 | 0.48 | 0.56 | 130.91 | 0.41 | 0.31 |
| Hex | 2F | 71 | 3B | 3A | 0 | 30 | 38 | 83 | 29 | 1F |
| Octal | 57 | 161 | 73 | 72 | 0 | 60 | 70 | 203 | 51 | 37 |
| Binary | 101111 | 1110001 | 111011 | 111010 | 0 | 110000 | 111000 | 10000011 | 101001 | 11111 |
Color Harmonies of #2F713B
Complementary color
Monochromatic Colors of #2F713B
Black with #2F713B
Text Example
Text Example
White with #2F713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F713B; }
p { color: rgb(47,113,59); }
H1.HeaderClassName
{
color: #2F713B;
}
.AnyTagClassName
{
color: #2F713B;
}
</style>
background-color css
<style>
a { background-color: #2F713B; }
a { background-color: rgb(47,113,59); }
div.DivClassName
{
background-color: #2F713B;
}
.BgClassName
{
background-color: #2F713B;
}
</style>
border-color css
<style>
span { border-color: #2F713B; }
span { border-color: rgb(47,113,59); }
td.TdClassName
{
border-color: #2F713B;
}
.TagClassName
{
border-color: #2F713B;
}
</style>