Shades of San Felix #2A6526
Tints of San Felix #2A6526
RGB
CMYK
RGB Variations
Color information
#2A6526 (or 0x2A6526) is known color: San Felix. HEX triplet: 2A, 65 and 26. RGB value is (42,101,38). Sum of RGB (Red+Green+Blue) = 42+101+38=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 38 (15.23% from 255 or 20.99% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6526 is #D59AD9. Grayscale: #4C4C4C. Windows color (decimal): -13998810 or 2516266. OLE color: 2516266.
HSL color Cylindrical-coordinate representation of color #2A6526: hue angle of 116.19º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6526 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 38 | - |
| CMYK | 0.58 | 0 | 0.62 | 0.60 |
| HSL | 116.19º | 0.45% | 0.27% | - |
| HSV(B) | 116.19º | 0.62% | 0.4% | - |
| XYZ | 5.96 | 9.94 | 3.44 | - |
| YUV | 76.18 | 106.45 | 103.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 38 | 0.58 | 0 | 0.62 | 0.60 | 116.19 | 0.45 | 0.27 |
| Hex | 2A | 65 | 26 | 3A | 0 | 3E | 3C | 74 | 2D | 1B |
| Octal | 52 | 145 | 46 | 72 | 0 | 76 | 74 | 164 | 55 | 33 |
| Binary | 101010 | 1100101 | 100110 | 111010 | 0 | 111110 | 111100 | 1110100 | 101101 | 11011 |
Color Harmonies of #2A6526
Complementary color
Monochromatic Colors of #2A6526
Black with #2A6526
Text Example
Text Example
White with #2A6526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6526; }
p { color: rgb(42,101,38); }
H1.HeaderClassName
{
color: #2A6526;
}
.AnyTagClassName
{
color: #2A6526;
}
</style>
background-color css
<style>
a { background-color: #2A6526; }
a { background-color: rgb(42,101,38); }
div.DivClassName
{
background-color: #2A6526;
}
.BgClassName
{
background-color: #2A6526;
}
</style>
border-color css
<style>
span { border-color: #2A6526; }
span { border-color: rgb(42,101,38); }
td.TdClassName
{
border-color: #2A6526;
}
.TagClassName
{
border-color: #2A6526;
}
</style>