Shades of San Felix #2E672F
Tints of San Felix #2E672F
RGB
CMYK
RGB Variations
Color information
#2E672F (or 0x2E672F) is known color: San Felix. HEX triplet: 2E, 67 and 2F. RGB value is (46,103,47). Sum of RGB (Red+Green+Blue) = 46+103+47=196 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.47% from 196); Green value is 103 (40.62% from 255 or 52.55% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 103 - color contains mainly: green. Hex color #2E672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E672F is #D198D0. Grayscale: #4F4F4F. Windows color (decimal): -13736145 or 3106606. OLE color: 3106606.
HSL color Cylindrical-coordinate representation of color #2E672F: hue angle of 121.05º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2E672F is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 46 | 103 | 47 | - |
| CMYK | 0.55 | 0 | 0.54 | 0.60 |
| HSL | 121.05º | 0.38% | 0.29% | - |
| HSV(B) | 121.05º | 0.55% | 0.4% | - |
| XYZ | 6.49 | 10.49 | 4.37 | - |
| YUV | 79.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 103 | 47 | 0.55 | 0 | 0.54 | 0.60 | 121.05 | 0.38 | 0.29 |
| Hex | 2E | 67 | 2F | 37 | 0 | 36 | 3C | 79 | 26 | 1D |
| Octal | 56 | 147 | 57 | 67 | 0 | 66 | 74 | 171 | 46 | 35 |
| Binary | 101110 | 1100111 | 101111 | 110111 | 0 | 110110 | 111100 | 1111001 | 100110 | 11101 |
Color Harmonies of #2E672F
Complementary color
Monochromatic Colors of #2E672F
Black with #2E672F
Text Example
Text Example
White with #2E672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E672F; }
p { color: rgb(46,103,47); }
H1.HeaderClassName
{
color: #2E672F;
}
.AnyTagClassName
{
color: #2E672F;
}
</style>
background-color css
<style>
a { background-color: #2E672F; }
a { background-color: rgb(46,103,47); }
div.DivClassName
{
background-color: #2E672F;
}
.BgClassName
{
background-color: #2E672F;
}
</style>
border-color css
<style>
span { border-color: #2E672F; }
span { border-color: rgb(46,103,47); }
td.TdClassName
{
border-color: #2E672F;
}
.TagClassName
{
border-color: #2E672F;
}
</style>