Shades of San Felix #2F6631
Tints of San Felix #2F6631
RGB
CMYK
RGB Variations
Color information
#2F6631 (or 0x2F6631) is known color: San Felix. HEX triplet: 2F, 66 and 31. RGB value is (47,102,49). Sum of RGB (Red+Green+Blue) = 47+102+49=198 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.74% from 198); Green value is 102 (40.23% from 255 or 51.52% from 198); Blue value is 49 (19.53% from 255 or 24.75% from 198); Max value from RGB is 102 - color contains mainly: green. Hex color #2F6631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6631 is #D099CE. Grayscale: #4F4F4F. Windows color (decimal): -13670863 or 3237423. OLE color: 3237423.
HSL color Cylindrical-coordinate representation of color #2F6631: hue angle of 122.18º 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 #2F6631 is Cyan = 0.54, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 49 | - |
| CMYK | 0.54 | 0 | 0.52 | 0.6 |
| HSL | 122.18º | 0.37% | 0.29% | - |
| HSV(B) | 122.18º | 0.54% | 0.4% | - |
| XYZ | 6.48 | 10.33 | 4.56 | - |
| YUV | 79.51 | 110.78 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 49 | 0.54 | 0 | 0.52 | 0.6 | 122.18 | 0.37 | 0.29 |
| Hex | 2F | 66 | 31 | 36 | 0 | 34 | 3C | 7A | 25 | 1D |
| Octal | 57 | 146 | 61 | 66 | 0 | 64 | 74 | 172 | 45 | 35 |
| Binary | 101111 | 1100110 | 110001 | 110110 | 0 | 110100 | 111100 | 1111010 | 100101 | 11101 |
Color Harmonies of #2F6631
Complementary color
Monochromatic Colors of #2F6631
Black with #2F6631
Text Example
Text Example
White with #2F6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F6631; }
p { color: rgb(47,102,49); }
H1.HeaderClassName
{
color: #2F6631;
}
.AnyTagClassName
{
color: #2F6631;
}
</style>
background-color css
<style>
a { background-color: #2F6631; }
a { background-color: rgb(47,102,49); }
div.DivClassName
{
background-color: #2F6631;
}
.BgClassName
{
background-color: #2F6631;
}
</style>
border-color css
<style>
span { border-color: #2F6631; }
span { border-color: rgb(47,102,49); }
td.TdClassName
{
border-color: #2F6631;
}
.TagClassName
{
border-color: #2F6631;
}
</style>