Shades of San Felix #2A6828
Tints of San Felix #2A6828
RGB
CMYK
RGB Variations
Color information
#2A6828 (or 0x2A6828) is known color: San Felix. HEX triplet: 2A, 68 and 28. RGB value is (42,104,40). Sum of RGB (Red+Green+Blue) = 42+104+40=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6828 is #D597D7. Grayscale: #4E4E4E. Windows color (decimal): -13998040 or 2648106. OLE color: 2648106.
HSL color Cylindrical-coordinate representation of color #2A6828: hue angle of 118.12º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2A6828 is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 40 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.59 |
| HSL | 118.13º | 0.44% | 0.28% | - |
| HSV(B) | 118.13º | 0.62% | 0.41% | - |
| XYZ | 6.29 | 10.55 | 3.71 | - |
| YUV | 78.17 | 106.46 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 40 | 0.60 | 0 | 0.62 | 0.59 | 118.13 | 0.44 | 0.28 |
| Hex | 2A | 68 | 28 | 3C | 0 | 3E | 3B | 76 | 2C | 1C |
| Octal | 52 | 150 | 50 | 74 | 0 | 76 | 73 | 166 | 54 | 34 |
| Binary | 101010 | 1101000 | 101000 | 111100 | 0 | 111110 | 111011 | 1110110 | 101100 | 11100 |
Color Harmonies of #2A6828
Complementary color
Monochromatic Colors of #2A6828
Black with #2A6828
Text Example
Text Example
White with #2A6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6828; }
p { color: rgb(42,104,40); }
H1.HeaderClassName
{
color: #2A6828;
}
.AnyTagClassName
{
color: #2A6828;
}
</style>
background-color css
<style>
a { background-color: #2A6828; }
a { background-color: rgb(42,104,40); }
div.DivClassName
{
background-color: #2A6828;
}
.BgClassName
{
background-color: #2A6828;
}
</style>
border-color css
<style>
span { border-color: #2A6828; }
span { border-color: rgb(42,104,40); }
td.TdClassName
{
border-color: #2A6828;
}
.TagClassName
{
border-color: #2A6828;
}
</style>