Shades of San Felix #2A6825
Tints of San Felix #2A6825
RGB
CMYK
RGB Variations
Color information
#2A6825 (or 0x2A6825) is known color: San Felix. HEX triplet: 2A, 68 and 25. RGB value is (42,104,37). Sum of RGB (Red+Green+Blue) = 42+104+37=183 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.95% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 37 (14.84% from 255 or 20.22% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6825 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6825 is #D597DA. Grayscale: #4E4E4E. Windows color (decimal): -13998043 or 2451498. OLE color: 2451498.
HSL color Cylindrical-coordinate representation of color #2A6825: hue angle of 115.52º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6825 is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 37 | - |
| CMYK | 0.60 | 0 | 0.64 | 0.59 |
| HSL | 115.52º | 0.48% | 0.28% | - |
| HSV(B) | 115.52º | 0.64% | 0.41% | - |
| XYZ | 6.24 | 10.53 | 3.45 | - |
| YUV | 77.82 | 104.96 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 37 | 0.60 | 0 | 0.64 | 0.59 | 115.52 | 0.48 | 0.28 |
| Hex | 2A | 68 | 25 | 3C | 0 | 40 | 3B | 74 | 30 | 1C |
| Octal | 52 | 150 | 45 | 74 | 0 | 100 | 73 | 164 | 60 | 34 |
| Binary | 101010 | 1101000 | 100101 | 111100 | 0 | 1000000 | 111011 | 1110100 | 110000 | 11100 |
Color Harmonies of #2A6825
Complementary color
Monochromatic Colors of #2A6825
Black with #2A6825
Text Example
Text Example
White with #2A6825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6825; }
p { color: rgb(42,104,37); }
H1.HeaderClassName
{
color: #2A6825;
}
.AnyTagClassName
{
color: #2A6825;
}
</style>
background-color css
<style>
a { background-color: #2A6825; }
a { background-color: rgb(42,104,37); }
div.DivClassName
{
background-color: #2A6825;
}
.BgClassName
{
background-color: #2A6825;
}
</style>
border-color css
<style>
span { border-color: #2A6825; }
span { border-color: rgb(42,104,37); }
td.TdClassName
{
border-color: #2A6825;
}
.TagClassName
{
border-color: #2A6825;
}
</style>