Shades of San Felix #2F723B
Tints of San Felix #2F723B
RGB
CMYK
RGB Variations
Color information
#2F723B (or 0x2F723B) is known color: San Felix. HEX triplet: 2F, 72 and 3B. RGB value is (47,114,59). Sum of RGB (Red+Green+Blue) = 47+114+59=220 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.36% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #2F723B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F723B is #D08DC4. Grayscale: #575757. Windows color (decimal): -13667781 or 3895855. OLE color: 3895855.
HSL color Cylindrical-coordinate representation of color #2F723B: hue angle of 130.75º 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 #2F723B is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 59 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.55 |
| HSL | 130.75º | 0.42% | 0.32% | - |
| HSV(B) | 130.75º | 0.59% | 0.45% | - |
| XYZ | 7.98 | 12.95 | 6.22 | - |
| YUV | 87.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 59 | 0.59 | 0 | 0.48 | 0.55 | 130.75 | 0.42 | 0.32 |
| Hex | 2F | 72 | 3B | 3B | 0 | 30 | 37 | 83 | 2A | 20 |
| Octal | 57 | 162 | 73 | 73 | 0 | 60 | 67 | 203 | 52 | 40 |
| Binary | 101111 | 1110010 | 111011 | 111011 | 0 | 110000 | 110111 | 10000011 | 101010 | 100000 |
Color Harmonies of #2F723B
Complementary color
Monochromatic Colors of #2F723B
Black with #2F723B
Text Example
Text Example
White with #2F723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F723B; }
p { color: rgb(47,114,59); }
H1.HeaderClassName
{
color: #2F723B;
}
.AnyTagClassName
{
color: #2F723B;
}
</style>
background-color css
<style>
a { background-color: #2F723B; }
a { background-color: rgb(47,114,59); }
div.DivClassName
{
background-color: #2F723B;
}
.BgClassName
{
background-color: #2F723B;
}
</style>
border-color css
<style>
span { border-color: #2F723B; }
span { border-color: rgb(47,114,59); }
td.TdClassName
{
border-color: #2F723B;
}
.TagClassName
{
border-color: #2F723B;
}
</style>