Shades of San Felix #2F6834
Tints of San Felix #2F6834
RGB
CMYK
RGB Variations
Color information
#2F6834 (or 0x2F6834) is known color: San Felix. HEX triplet: 2F, 68 and 34. RGB value is (47,104,52). Sum of RGB (Red+Green+Blue) = 47+104+52=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #2F6834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6834 is #D097CB. Grayscale: #515151. Windows color (decimal): -13670348 or 3434543. OLE color: 3434543.
HSL color Cylindrical-coordinate representation of color #2F6834: hue angle of 125.26º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6834 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 47 | 104 | 52 | - |
| CMYK | 0.55 | 0 | 0.50 | 0.59 |
| HSL | 125.26º | 0.38% | 0.3% | - |
| HSV(B) | 125.26º | 0.55% | 0.41% | - |
| XYZ | 6.74 | 10.75 | 4.97 | - |
| YUV | 81.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 104 | 52 | 0.55 | 0 | 0.50 | 0.59 | 125.26 | 0.38 | 0.3 |
| Hex | 2F | 68 | 34 | 37 | 0 | 32 | 3B | 7D | 26 | 1E |
| Octal | 57 | 150 | 64 | 67 | 0 | 62 | 73 | 175 | 46 | 36 |
| Binary | 101111 | 1101000 | 110100 | 110111 | 0 | 110010 | 111011 | 1111101 | 100110 | 11110 |
Color Harmonies of #2F6834
Complementary color
Monochromatic Colors of #2F6834
Black with #2F6834
Text Example
Text Example
White with #2F6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6834; }
p { color: rgb(47,104,52); }
H1.HeaderClassName
{
color: #2F6834;
}
.AnyTagClassName
{
color: #2F6834;
}
</style>
background-color css
<style>
a { background-color: #2F6834; }
a { background-color: rgb(47,104,52); }
div.DivClassName
{
background-color: #2F6834;
}
.BgClassName
{
background-color: #2F6834;
}
</style>
border-color css
<style>
span { border-color: #2F6834; }
span { border-color: rgb(47,104,52); }
td.TdClassName
{
border-color: #2F6834;
}
.TagClassName
{
border-color: #2F6834;
}
</style>