Shades of San Felix #2F6731
Tints of San Felix #2F6731
RGB
CMYK
RGB Variations
Color information
#2F6731 (or 0x2F6731) is known color: San Felix. HEX triplet: 2F, 67 and 31. RGB value is (47,103,49). Sum of RGB (Red+Green+Blue) = 47+103+49=199 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.62% from 199); Green value is 103 (40.62% from 255 or 51.76% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6731 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6731 is #D098CE. Grayscale: #505050. Windows color (decimal): -13670607 or 3237679. OLE color: 3237679.
HSL color Cylindrical-coordinate representation of color #2F6731: hue angle of 122.14º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6731 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 49 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.60 |
| HSL | 122.14º | 0.37% | 0.29% | - |
| HSV(B) | 122.14º | 0.54% | 0.4% | - |
| XYZ | 6.58 | 10.53 | 4.59 | - |
| YUV | 80.1 | 110.45 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 49 | 0.54 | 0 | 0.52 | 0.60 | 122.14 | 0.37 | 0.29 |
| Hex | 2F | 67 | 31 | 36 | 0 | 34 | 3C | 7A | 25 | 1D |
| Octal | 57 | 147 | 61 | 66 | 0 | 64 | 74 | 172 | 45 | 35 |
| Binary | 101111 | 1100111 | 110001 | 110110 | 0 | 110100 | 111100 | 1111010 | 100101 | 11101 |
Color Harmonies of #2F6731
Complementary color
Monochromatic Colors of #2F6731
Black with #2F6731
Text Example
Text Example
White with #2F6731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6731; }
p { color: rgb(47,103,49); }
H1.HeaderClassName
{
color: #2F6731;
}
.AnyTagClassName
{
color: #2F6731;
}
</style>
background-color css
<style>
a { background-color: #2F6731; }
a { background-color: rgb(47,103,49); }
div.DivClassName
{
background-color: #2F6731;
}
.BgClassName
{
background-color: #2F6731;
}
</style>
border-color css
<style>
span { border-color: #2F6731; }
span { border-color: rgb(47,103,49); }
td.TdClassName
{
border-color: #2F6731;
}
.TagClassName
{
border-color: #2F6731;
}
</style>