Shades of San Felix #2F723D
Tints of San Felix #2F723D
RGB
CMYK
RGB Variations
Color information
#2F723D (or 0x2F723D) is known color: San Felix. HEX triplet: 2F, 72 and 3D. RGB value is (47,114,61). Sum of RGB (Red+Green+Blue) = 47+114+61=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #2F723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F723D is #D08DC2. Grayscale: #585858. Windows color (decimal): -13667779 or 4026927. OLE color: 4026927.
HSL color Cylindrical-coordinate representation of color #2F723D: hue angle of 132.54º 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 #2F723D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 47 | 114 | 61 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.55 |
| HSL | 132.54º | 0.42% | 0.32% | - |
| HSV(B) | 132.54º | 0.59% | 0.45% | - |
| XYZ | 8.03 | 12.98 | 6.5 | - |
| YUV | 87.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 114 | 61 | 0.59 | 0 | 0.46 | 0.55 | 132.54 | 0.42 | 0.32 |
| Hex | 2F | 72 | 3D | 3B | 0 | 2E | 37 | 85 | 2A | 20 |
| Octal | 57 | 162 | 75 | 73 | 0 | 56 | 67 | 205 | 52 | 40 |
| Binary | 101111 | 1110010 | 111101 | 111011 | 0 | 101110 | 110111 | 10000101 | 101010 | 100000 |
Color Harmonies of #2F723D
Complementary color
Monochromatic Colors of #2F723D
Black with #2F723D
Text Example
Text Example
White with #2F723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F723D; }
p { color: rgb(47,114,61); }
H1.HeaderClassName
{
color: #2F723D;
}
.AnyTagClassName
{
color: #2F723D;
}
</style>
background-color css
<style>
a { background-color: #2F723D; }
a { background-color: rgb(47,114,61); }
div.DivClassName
{
background-color: #2F723D;
}
.BgClassName
{
background-color: #2F723D;
}
</style>
border-color css
<style>
span { border-color: #2F723D; }
span { border-color: rgb(47,114,61); }
td.TdClassName
{
border-color: #2F723D;
}
.TagClassName
{
border-color: #2F723D;
}
</style>