Shades of San Felix #2F682E
Tints of San Felix #2F682E
RGB
CMYK
RGB Variations
Color information
#2F682E (or 0x2F682E) is known color: San Felix. HEX triplet: 2F, 68 and 2E. RGB value is (47,104,46). Sum of RGB (Red+Green+Blue) = 47+104+46=197 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.86% from 197); Green value is 104 (41.02% from 255 or 52.79% from 197); Blue value is 46 (18.36% from 255 or 23.35% from 197); Max value from RGB is 104 - color contains mainly: green. Hex color #2F682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F682E is #D097D1. Grayscale: #505050. Windows color (decimal): -13670354 or 3041327. OLE color: 3041327.
HSL color Cylindrical-coordinate representation of color #2F682E: hue angle of 118.97º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2F682E is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 46 | - |
| CMYK | 0.55 | 0 | 0.56 | 0.59 |
| HSL | 118.97º | 0.39% | 0.29% | - |
| HSV(B) | 118.97º | 0.56% | 0.41% | - |
| XYZ | 6.62 | 10.7 | 4.3 | - |
| YUV | 80.35 | 108.62 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 46 | 0.55 | 0 | 0.56 | 0.59 | 118.97 | 0.39 | 0.29 |
| Hex | 2F | 68 | 2E | 37 | 0 | 38 | 3B | 77 | 27 | 1D |
| Octal | 57 | 150 | 56 | 67 | 0 | 70 | 73 | 167 | 47 | 35 |
| Binary | 101111 | 1101000 | 101110 | 110111 | 0 | 111000 | 111011 | 1110111 | 100111 | 11101 |
Color Harmonies of #2F682E
Complementary color
Monochromatic Colors of #2F682E
Black with #2F682E
Text Example
Text Example
White with #2F682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F682E; }
p { color: rgb(47,104,46); }
H1.HeaderClassName
{
color: #2F682E;
}
.AnyTagClassName
{
color: #2F682E;
}
</style>
background-color css
<style>
a { background-color: #2F682E; }
a { background-color: rgb(47,104,46); }
div.DivClassName
{
background-color: #2F682E;
}
.BgClassName
{
background-color: #2F682E;
}
</style>
border-color css
<style>
span { border-color: #2F682E; }
span { border-color: rgb(47,104,46); }
td.TdClassName
{
border-color: #2F682E;
}
.TagClassName
{
border-color: #2F682E;
}
</style>