Shades of San Felix #2F713C
Tints of San Felix #2F713C
RGB
CMYK
RGB Variations
Color information
#2F713C (or 0x2F713C) is known color: San Felix. HEX triplet: 2F, 71 and 3C. RGB value is (47,113,60). Sum of RGB (Red+Green+Blue) = 47+113+60=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #2F713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F713C is #D08EC3. Grayscale: #575757. Windows color (decimal): -13668036 or 3961135. OLE color: 3961135.
HSL color Cylindrical-coordinate representation of color #2F713C: hue angle of 131.82º 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 #2F713C is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 47 | 113 | 60 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.56 |
| HSL | 131.82º | 0.41% | 0.31% | - |
| HSV(B) | 131.82º | 0.58% | 0.44% | - |
| XYZ | 7.89 | 12.74 | 6.32 | - |
| YUV | 87.22 | 112.63 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 113 | 60 | 0.58 | 0 | 0.47 | 0.56 | 131.82 | 0.41 | 0.31 |
| Hex | 2F | 71 | 3C | 3A | 0 | 2F | 38 | 84 | 29 | 1F |
| Octal | 57 | 161 | 74 | 72 | 0 | 57 | 70 | 204 | 51 | 37 |
| Binary | 101111 | 1110001 | 111100 | 111010 | 0 | 101111 | 111000 | 10000100 | 101001 | 11111 |
Color Harmonies of #2F713C
Complementary color
Monochromatic Colors of #2F713C
Black with #2F713C
Text Example
Text Example
White with #2F713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F713C; }
p { color: rgb(47,113,60); }
H1.HeaderClassName
{
color: #2F713C;
}
.AnyTagClassName
{
color: #2F713C;
}
</style>
background-color css
<style>
a { background-color: #2F713C; }
a { background-color: rgb(47,113,60); }
div.DivClassName
{
background-color: #2F713C;
}
.BgClassName
{
background-color: #2F713C;
}
</style>
border-color css
<style>
span { border-color: #2F713C; }
span { border-color: rgb(47,113,60); }
td.TdClassName
{
border-color: #2F713C;
}
.TagClassName
{
border-color: #2F713C;
}
</style>