Shades of San Felix #2B6025
Tints of San Felix #2B6025
RGB
CMYK
RGB Variations
Color information
#2B6025 (or 0x2B6025) is known color: San Felix. HEX triplet: 2B, 60 and 25. RGB value is (43,96,37). Sum of RGB (Red+Green+Blue) = 43+96+37=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 96 (37.89% from 255 or 54.55% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 96 - color contains mainly: green. Hex color #2B6025 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B6025 is #D49FDA. Grayscale: #494949. Windows color (decimal): -13934555 or 2449451. OLE color: 2449451.
HSL color Cylindrical-coordinate representation of color #2B6025: hue angle of 113.9º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6025 is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 43 | 96 | 37 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.62 |
| HSL | 113.9º | 0.44% | 0.26% | - |
| HSV(B) | 113.9º | 0.61% | 0.38% | - |
| XYZ | 5.51 | 9.01 | 3.2 | - |
| YUV | 73.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 96 | 37 | 0.55 | 0 | 0.61 | 0.62 | 113.9 | 0.44 | 0.26 |
| Hex | 2B | 60 | 25 | 37 | 0 | 3D | 3E | 72 | 2C | 1A |
| Octal | 53 | 140 | 45 | 67 | 0 | 75 | 76 | 162 | 54 | 32 |
| Binary | 101011 | 1100000 | 100101 | 110111 | 0 | 111101 | 111110 | 1110010 | 101100 | 11010 |
Color Harmonies of #2B6025
Complementary color
Monochromatic Colors of #2B6025
Black with #2B6025
Text Example
Text Example
White with #2B6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B6025; }
p { color: rgb(43,96,37); }
H1.HeaderClassName
{
color: #2B6025;
}
.AnyTagClassName
{
color: #2B6025;
}
</style>
background-color css
<style>
a { background-color: #2B6025; }
a { background-color: rgb(43,96,37); }
div.DivClassName
{
background-color: #2B6025;
}
.BgClassName
{
background-color: #2B6025;
}
</style>
border-color css
<style>
span { border-color: #2B6025; }
span { border-color: rgb(43,96,37); }
td.TdClassName
{
border-color: #2B6025;
}
.TagClassName
{
border-color: #2B6025;
}
</style>