Shades of San Felix #2F682B
Tints of San Felix #2F682B
RGB
CMYK
RGB Variations
Color information
#2F682B (or 0x2F682B) is known color: San Felix. HEX triplet: 2F, 68 and 2B. RGB value is (47,104,43). Sum of RGB (Red+Green+Blue) = 47+104+43=194 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.23% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #2F682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F682B is #D097D4. Grayscale: #505050. Windows color (decimal): -13670357 or 2844719. OLE color: 2844719.
HSL color Cylindrical-coordinate representation of color #2F682B: hue angle of 116.07º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2F682B is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 43 | - |
| CMYK | 0.55 | 0 | 0.59 | 0.59 |
| HSL | 116.07º | 0.41% | 0.29% | - |
| HSV(B) | 116.07º | 0.59% | 0.41% | - |
| XYZ | 6.56 | 10.68 | 4 | - |
| YUV | 80 | 107.12 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 43 | 0.55 | 0 | 0.59 | 0.59 | 116.07 | 0.41 | 0.29 |
| Hex | 2F | 68 | 2B | 37 | 0 | 3B | 3B | 74 | 29 | 1D |
| Octal | 57 | 150 | 53 | 67 | 0 | 73 | 73 | 164 | 51 | 35 |
| Binary | 101111 | 1101000 | 101011 | 110111 | 0 | 111011 | 111011 | 1110100 | 101001 | 11101 |
Color Harmonies of #2F682B
Complementary color
Monochromatic Colors of #2F682B
Black with #2F682B
Text Example
Text Example
White with #2F682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F682B; }
p { color: rgb(47,104,43); }
H1.HeaderClassName
{
color: #2F682B;
}
.AnyTagClassName
{
color: #2F682B;
}
</style>
background-color css
<style>
a { background-color: #2F682B; }
a { background-color: rgb(47,104,43); }
div.DivClassName
{
background-color: #2F682B;
}
.BgClassName
{
background-color: #2F682B;
}
</style>
border-color css
<style>
span { border-color: #2F682B; }
span { border-color: rgb(47,104,43); }
td.TdClassName
{
border-color: #2F682B;
}
.TagClassName
{
border-color: #2F682B;
}
</style>