Shades of San Felix #2F6E3B
Tints of San Felix #2F6E3B
RGB
CMYK
RGB Variations
Color information
#2F6E3B (or 0x2F6E3B) is known color: San Felix. HEX triplet: 2F, 6E and 3B. RGB value is (47,110,59). Sum of RGB (Red+Green+Blue) = 47+110+59=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E3B is #D091C4. Grayscale: #555555. Windows color (decimal): -13668805 or 3894831. OLE color: 3894831.
HSL color Cylindrical-coordinate representation of color #2F6E3B: hue angle of 131.43º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E3B is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 110 | 59 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.57 |
| HSL | 131.43º | 0.4% | 0.31% | - |
| HSV(B) | 131.43º | 0.57% | 0.43% | - |
| XYZ | 7.54 | 12.07 | 6.07 | - |
| YUV | 85.35 | 113.13 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 59 | 0.57 | 0 | 0.46 | 0.57 | 131.43 | 0.4 | 0.31 |
| Hex | 2F | 6E | 3B | 39 | 0 | 2E | 39 | 83 | 28 | 1F |
| Octal | 57 | 156 | 73 | 71 | 0 | 56 | 71 | 203 | 50 | 37 |
| Binary | 101111 | 1101110 | 111011 | 111001 | 0 | 101110 | 111001 | 10000011 | 101000 | 11111 |
Color Harmonies of #2F6E3B
Complementary color
Monochromatic Colors of #2F6E3B
Black with #2F6E3B
Text Example
Text Example
White with #2F6E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6E3B; }
p { color: rgb(47,110,59); }
H1.HeaderClassName
{
color: #2F6E3B;
}
.AnyTagClassName
{
color: #2F6E3B;
}
</style>
background-color css
<style>
a { background-color: #2F6E3B; }
a { background-color: rgb(47,110,59); }
div.DivClassName
{
background-color: #2F6E3B;
}
.BgClassName
{
background-color: #2F6E3B;
}
</style>
border-color css
<style>
span { border-color: #2F6E3B; }
span { border-color: rgb(47,110,59); }
td.TdClassName
{
border-color: #2F6E3B;
}
.TagClassName
{
border-color: #2F6E3B;
}
</style>