Shades of San Felix #2F662F
Tints of San Felix #2F662F
RGB
CMYK
RGB Variations
Color information
#2F662F (or 0x2F662F) is known color: San Felix. HEX triplet: 2F, 66 and 2F. RGB value is (47,102,47). Sum of RGB (Red+Green+Blue) = 47+102+47=196 (25% of max value = 765). Red value is 47 (18.75% from 255 or 23.98% from 196); Green value is 102 (40.23% from 255 or 52.04% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 102 - color contains mainly: green. Hex color #2F662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F662F is #D099D0. Grayscale: #4F4F4F. Windows color (decimal): -13670865 or 3106351. OLE color: 3106351.
HSL color Cylindrical-coordinate representation of color #2F662F: hue angle of 120º 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 #2F662F is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 47 | 102 | 47 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.6 |
| HSL | 120º | 0.37% | 0.29% | - |
| HSV(B) | 120º | 0.54% | 0.4% | - |
| XYZ | 6.44 | 10.31 | 4.34 | - |
| YUV | 79.29 | 109.78 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 102 | 47 | 0.54 | 0 | 0.54 | 0.6 | 120 | 0.37 | 0.29 |
| Hex | 2F | 66 | 2F | 36 | 0 | 36 | 3C | 78 | 25 | 1D |
| Octal | 57 | 146 | 57 | 66 | 0 | 66 | 74 | 170 | 45 | 35 |
| Binary | 101111 | 1100110 | 101111 | 110110 | 0 | 110110 | 111100 | 1111000 | 100101 | 11101 |
Color Harmonies of #2F662F
Complementary color
Monochromatic Colors of #2F662F
Black with #2F662F
Text Example
Text Example
White with #2F662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F662F; }
p { color: rgb(47,102,47); }
H1.HeaderClassName
{
color: #2F662F;
}
.AnyTagClassName
{
color: #2F662F;
}
</style>
background-color css
<style>
a { background-color: #2F662F; }
a { background-color: rgb(47,102,47); }
div.DivClassName
{
background-color: #2F662F;
}
.BgClassName
{
background-color: #2F662F;
}
</style>
border-color css
<style>
span { border-color: #2F662F; }
span { border-color: rgb(47,102,47); }
td.TdClassName
{
border-color: #2F662F;
}
.TagClassName
{
border-color: #2F662F;
}
</style>