Shades of San Felix #2B672F
Tints of San Felix #2B672F
RGB
CMYK
RGB Variations
Color information
#2B672F (or 0x2B672F) is known color: San Felix. HEX triplet: 2B, 67 and 2F. RGB value is (43,103,47). Sum of RGB (Red+Green+Blue) = 43+103+47=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 103 (40.62% from 255 or 53.37% from 193); Blue value is 47 (18.75% from 255 or 24.35% from 193); Max value from RGB is 103 - color contains mainly: green. Hex color #2B672F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B672F is #D498D0. Grayscale: #4E4E4E. Windows color (decimal): -13932753 or 3106603. OLE color: 3106603.
HSL color Cylindrical-coordinate representation of color #2B672F: hue angle of 124º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B672F is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 43 | 103 | 47 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.60 |
| HSL | 124º | 0.41% | 0.29% | - |
| HSV(B) | 124º | 0.58% | 0.4% | - |
| XYZ | 6.36 | 10.42 | 4.37 | - |
| YUV | 78.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 103 | 47 | 0.58 | 0 | 0.54 | 0.60 | 124 | 0.41 | 0.29 |
| Hex | 2B | 67 | 2F | 3A | 0 | 36 | 3C | 7C | 29 | 1D |
| Octal | 53 | 147 | 57 | 72 | 0 | 66 | 74 | 174 | 51 | 35 |
| Binary | 101011 | 1100111 | 101111 | 111010 | 0 | 110110 | 111100 | 1111100 | 101001 | 11101 |
Color Harmonies of #2B672F
Complementary color
Monochromatic Colors of #2B672F
Black with #2B672F
Text Example
Text Example
White with #2B672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B672F; }
p { color: rgb(43,103,47); }
H1.HeaderClassName
{
color: #2B672F;
}
.AnyTagClassName
{
color: #2B672F;
}
</style>
background-color css
<style>
a { background-color: #2B672F; }
a { background-color: rgb(43,103,47); }
div.DivClassName
{
background-color: #2B672F;
}
.BgClassName
{
background-color: #2B672F;
}
</style>
border-color css
<style>
span { border-color: #2B672F; }
span { border-color: rgb(43,103,47); }
td.TdClassName
{
border-color: #2B672F;
}
.TagClassName
{
border-color: #2B672F;
}
</style>