Shades of San Felix #2B682E
Tints of San Felix #2B682E
RGB
CMYK
RGB Variations
Color information
#2B682E (or 0x2B682E) is known color: San Felix. HEX triplet: 2B, 68 and 2E. RGB value is (43,104,46). Sum of RGB (Red+Green+Blue) = 43+104+46=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 104 (41.02% from 255 or 53.89% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 104 - color contains mainly: green. Hex color #2B682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B682E is #D497D1. Grayscale: #4F4F4F. Windows color (decimal): -13932498 or 3041323. OLE color: 3041323.
HSL color Cylindrical-coordinate representation of color #2B682E: hue angle of 122.95º 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 #2B682E is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 104 | 46 | - |
| CMYK | 0.59 | 0 | 0.56 | 0.59 |
| HSL | 122.95º | 0.41% | 0.29% | - |
| HSV(B) | 122.95º | 0.59% | 0.41% | - |
| XYZ | 6.44 | 10.61 | 4.29 | - |
| YUV | 79.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 104 | 46 | 0.59 | 0 | 0.56 | 0.59 | 122.95 | 0.41 | 0.29 |
| Hex | 2B | 68 | 2E | 3B | 0 | 38 | 3B | 7B | 29 | 1D |
| Octal | 53 | 150 | 56 | 73 | 0 | 70 | 73 | 173 | 51 | 35 |
| Binary | 101011 | 1101000 | 101110 | 111011 | 0 | 111000 | 111011 | 1111011 | 101001 | 11101 |
Color Harmonies of #2B682E
Complementary color
Monochromatic Colors of #2B682E
Black with #2B682E
Text Example
Text Example
White with #2B682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B682E; }
p { color: rgb(43,104,46); }
H1.HeaderClassName
{
color: #2B682E;
}
.AnyTagClassName
{
color: #2B682E;
}
</style>
background-color css
<style>
a { background-color: #2B682E; }
a { background-color: rgb(43,104,46); }
div.DivClassName
{
background-color: #2B682E;
}
.BgClassName
{
background-color: #2B682E;
}
</style>
border-color css
<style>
span { border-color: #2B682E; }
span { border-color: rgb(43,104,46); }
td.TdClassName
{
border-color: #2B682E;
}
.TagClassName
{
border-color: #2B682E;
}
</style>