Shades of San Felix #2F6732
Tints of San Felix #2F6732
RGB
CMYK
RGB Variations
Color information
#2F6732 (or 0x2F6732) is known color: San Felix. HEX triplet: 2F, 67 and 32. RGB value is (47,103,50). Sum of RGB (Red+Green+Blue) = 47+103+50=200 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6732 is #D098CD. Grayscale: #505050. Windows color (decimal): -13670606 or 3303215. OLE color: 3303215.
HSL color Cylindrical-coordinate representation of color #2F6732: hue angle of 123.21º 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 #2F6732 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 47 | 103 | 50 | - |
| CMYK | 0.54 | 0 | 0.51 | 0.60 |
| HSL | 123.21º | 0.37% | 0.29% | - |
| HSV(B) | 123.21º | 0.54% | 0.4% | - |
| XYZ | 6.6 | 10.54 | 4.7 | - |
| YUV | 80.21 | 110.95 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 103 | 50 | 0.54 | 0 | 0.51 | 0.60 | 123.21 | 0.37 | 0.29 |
| Hex | 2F | 67 | 32 | 36 | 0 | 33 | 3C | 7B | 25 | 1D |
| Octal | 57 | 147 | 62 | 66 | 0 | 63 | 74 | 173 | 45 | 35 |
| Binary | 101111 | 1100111 | 110010 | 110110 | 0 | 110011 | 111100 | 1111011 | 100101 | 11101 |
Color Harmonies of #2F6732
Complementary color
Monochromatic Colors of #2F6732
Black with #2F6732
Text Example
Text Example
White with #2F6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6732; }
p { color: rgb(47,103,50); }
H1.HeaderClassName
{
color: #2F6732;
}
.AnyTagClassName
{
color: #2F6732;
}
</style>
background-color css
<style>
a { background-color: #2F6732; }
a { background-color: rgb(47,103,50); }
div.DivClassName
{
background-color: #2F6732;
}
.BgClassName
{
background-color: #2F6732;
}
</style>
border-color css
<style>
span { border-color: #2F6732; }
span { border-color: rgb(47,103,50); }
td.TdClassName
{
border-color: #2F6732;
}
.TagClassName
{
border-color: #2F6732;
}
</style>