Shades of San Felix #2F6E3A
Tints of San Felix #2F6E3A
RGB
CMYK
RGB Variations
Color information
#2F6E3A (or 0x2F6E3A) is known color: San Felix. HEX triplet: 2F, 6E and 3A. RGB value is (47,110,58). Sum of RGB (Red+Green+Blue) = 47+110+58=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E3A is #D091C5. Grayscale: #555555. Windows color (decimal): -13668806 or 3829295. OLE color: 3829295.
HSL color Cylindrical-coordinate representation of color #2F6E3A: hue angle of 130.48º 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 #2F6E3A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 47 | 110 | 58 | - |
| CMYK | 0.57 | 0 | 0.47 | 0.57 |
| HSL | 130.48º | 0.4% | 0.31% | - |
| HSV(B) | 130.48º | 0.57% | 0.43% | - |
| XYZ | 7.51 | 12.06 | 5.94 | - |
| YUV | 85.24 | 112.63 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 110 | 58 | 0.57 | 0 | 0.47 | 0.57 | 130.48 | 0.4 | 0.31 |
| Hex | 2F | 6E | 3A | 39 | 0 | 2F | 39 | 82 | 28 | 1F |
| Octal | 57 | 156 | 72 | 71 | 0 | 57 | 71 | 202 | 50 | 37 |
| Binary | 101111 | 1101110 | 111010 | 111001 | 0 | 101111 | 111001 | 10000010 | 101000 | 11111 |
Color Harmonies of #2F6E3A
Complementary color
Monochromatic Colors of #2F6E3A
Black with #2F6E3A
Text Example
Text Example
White with #2F6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6E3A; }
p { color: rgb(47,110,58); }
H1.HeaderClassName
{
color: #2F6E3A;
}
.AnyTagClassName
{
color: #2F6E3A;
}
</style>
background-color css
<style>
a { background-color: #2F6E3A; }
a { background-color: rgb(47,110,58); }
div.DivClassName
{
background-color: #2F6E3A;
}
.BgClassName
{
background-color: #2F6E3A;
}
</style>
border-color css
<style>
span { border-color: #2F6E3A; }
span { border-color: rgb(47,110,58); }
td.TdClassName
{
border-color: #2F6E3A;
}
.TagClassName
{
border-color: #2F6E3A;
}
</style>