Shades of San Felix #2F733C
Tints of San Felix #2F733C
RGB
CMYK
RGB Variations
Color information
#2F733C (or 0x2F733C) is known color: San Felix. HEX triplet: 2F, 73 and 3C. RGB value is (47,115,60). Sum of RGB (Red+Green+Blue) = 47+115+60=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #2F733C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F733C is #D08CC3. Grayscale: #585858. Windows color (decimal): -13667524 or 3961647. OLE color: 3961647.
HSL color Cylindrical-coordinate representation of color #2F733C: hue angle of 131.47º 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 #2F733C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 115 | 60 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.55 |
| HSL | 131.47º | 0.42% | 0.32% | - |
| HSV(B) | 131.47º | 0.59% | 0.45% | - |
| XYZ | 8.12 | 13.19 | 6.39 | - |
| YUV | 88.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 115 | 60 | 0.59 | 0 | 0.48 | 0.55 | 131.47 | 0.42 | 0.32 |
| Hex | 2F | 73 | 3C | 3B | 0 | 30 | 37 | 83 | 2A | 20 |
| Octal | 57 | 163 | 74 | 73 | 0 | 60 | 67 | 203 | 52 | 40 |
| Binary | 101111 | 1110011 | 111100 | 111011 | 0 | 110000 | 110111 | 10000011 | 101010 | 100000 |
Color Harmonies of #2F733C
Complementary color
Monochromatic Colors of #2F733C
Black with #2F733C
Text Example
Text Example
White with #2F733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F733C; }
p { color: rgb(47,115,60); }
H1.HeaderClassName
{
color: #2F733C;
}
.AnyTagClassName
{
color: #2F733C;
}
</style>
background-color css
<style>
a { background-color: #2F733C; }
a { background-color: rgb(47,115,60); }
div.DivClassName
{
background-color: #2F733C;
}
.BgClassName
{
background-color: #2F733C;
}
</style>
border-color css
<style>
span { border-color: #2F733C; }
span { border-color: rgb(47,115,60); }
td.TdClassName
{
border-color: #2F733C;
}
.TagClassName
{
border-color: #2F733C;
}
</style>