Shades of San Felix #2B682F
Tints of San Felix #2B682F
RGB
CMYK
RGB Variations
Color information
#2B682F (or 0x2B682F) is known color: San Felix. HEX triplet: 2B, 68 and 2F. RGB value is (43,104,47). Sum of RGB (Red+Green+Blue) = 43+104+47=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 104 (41.02% from 255 or 53.61% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 104 - color contains mainly: green. Hex color #2B682F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B682F is #D497D0. Grayscale: #4F4F4F. Windows color (decimal): -13932497 or 3106859. OLE color: 3106859.
HSL color Cylindrical-coordinate representation of color #2B682F: hue angle of 123.93º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B682F is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 47 | - |
| CMYK | 0.59 | 0 | 0.55 | 0.59 |
| HSL | 123.93º | 0.41% | 0.29% | - |
| HSV(B) | 123.93º | 0.59% | 0.41% | - |
| XYZ | 6.46 | 10.62 | 4.4 | - |
| YUV | 79.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 47 | 0.59 | 0 | 0.55 | 0.59 | 123.93 | 0.41 | 0.29 |
| Hex | 2B | 68 | 2F | 3B | 0 | 37 | 3B | 7C | 29 | 1D |
| Octal | 53 | 150 | 57 | 73 | 0 | 67 | 73 | 174 | 51 | 35 |
| Binary | 101011 | 1101000 | 101111 | 111011 | 0 | 110111 | 111011 | 1111100 | 101001 | 11101 |
Color Harmonies of #2B682F
Complementary color
Monochromatic Colors of #2B682F
Black with #2B682F
Text Example
Text Example
White with #2B682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B682F; }
p { color: rgb(43,104,47); }
H1.HeaderClassName
{
color: #2B682F;
}
.AnyTagClassName
{
color: #2B682F;
}
</style>
background-color css
<style>
a { background-color: #2B682F; }
a { background-color: rgb(43,104,47); }
div.DivClassName
{
background-color: #2B682F;
}
.BgClassName
{
background-color: #2B682F;
}
</style>
border-color css
<style>
span { border-color: #2B682F; }
span { border-color: rgb(43,104,47); }
td.TdClassName
{
border-color: #2B682F;
}
.TagClassName
{
border-color: #2B682F;
}
</style>