Shades of San Felix #2F692E
Tints of San Felix #2F692E
RGB
CMYK
RGB Variations
Color information
#2F692E (or 0x2F692E) is known color: San Felix. HEX triplet: 2F, 69 and 2E. RGB value is (47,105,46). Sum of RGB (Red+Green+Blue) = 47+105+46=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #2F692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F692E is #D096D1. Grayscale: #515151. Windows color (decimal): -13670098 or 3041583. OLE color: 3041583.
HSL color Cylindrical-coordinate representation of color #2F692E: hue angle of 118.98º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F692E is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 105 | 46 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.59 |
| HSL | 118.98º | 0.39% | 0.3% | - |
| HSV(B) | 118.98º | 0.56% | 0.41% | - |
| XYZ | 6.72 | 10.9 | 4.34 | - |
| YUV | 80.93 | 108.28 | 103.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 105 | 46 | 0.55 | 0 | 0.56 | 0.59 | 118.98 | 0.39 | 0.3 |
| Hex | 2F | 69 | 2E | 37 | 0 | 38 | 3B | 77 | 27 | 1E |
| Octal | 57 | 151 | 56 | 67 | 0 | 70 | 73 | 167 | 47 | 36 |
| Binary | 101111 | 1101001 | 101110 | 110111 | 0 | 111000 | 111011 | 1110111 | 100111 | 11110 |
Color Harmonies of #2F692E
Complementary color
Monochromatic Colors of #2F692E
Black with #2F692E
Text Example
Text Example
White with #2F692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F692E; }
p { color: rgb(47,105,46); }
H1.HeaderClassName
{
color: #2F692E;
}
.AnyTagClassName
{
color: #2F692E;
}
</style>
background-color css
<style>
a { background-color: #2F692E; }
a { background-color: rgb(47,105,46); }
div.DivClassName
{
background-color: #2F692E;
}
.BgClassName
{
background-color: #2F692E;
}
</style>
border-color css
<style>
span { border-color: #2F692E; }
span { border-color: rgb(47,105,46); }
td.TdClassName
{
border-color: #2F692E;
}
.TagClassName
{
border-color: #2F692E;
}
</style>