Shades of San Felix #2A6925
Tints of San Felix #2A6925
RGB
CMYK
RGB Variations
Color information
#2A6925 (or 0x2A6925) is known color: San Felix. HEX triplet: 2A, 69 and 25. RGB value is (42,105,37). Sum of RGB (Red+Green+Blue) = 42+105+37=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 105 (41.41% from 255 or 57.07% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6925 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6925 is #D596DA. Grayscale: #4E4E4E. Windows color (decimal): -13997787 or 2451754. OLE color: 2451754.
HSL color Cylindrical-coordinate representation of color #2A6925: hue angle of 115.59º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A6925 is Cyan = 0.6, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 37 | - |
| CMYK | 0.6 | 0 | 0.65 | 0.59 |
| HSL | 115.59º | 0.48% | 0.28% | - |
| HSV(B) | 115.59º | 0.65% | 0.41% | - |
| XYZ | 6.34 | 10.73 | 3.49 | - |
| YUV | 78.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 37 | 0.6 | 0 | 0.65 | 0.59 | 115.59 | 0.48 | 0.28 |
| Hex | 2A | 69 | 25 | 3C | 0 | 41 | 3B | 74 | 30 | 1C |
| Octal | 52 | 151 | 45 | 74 | 0 | 101 | 73 | 164 | 60 | 34 |
| Binary | 101010 | 1101001 | 100101 | 111100 | 0 | 1000001 | 111011 | 1110100 | 110000 | 11100 |
Color Harmonies of #2A6925
Complementary color
Monochromatic Colors of #2A6925
Black with #2A6925
Text Example
Text Example
White with #2A6925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6925; }
p { color: rgb(42,105,37); }
H1.HeaderClassName
{
color: #2A6925;
}
.AnyTagClassName
{
color: #2A6925;
}
</style>
background-color css
<style>
a { background-color: #2A6925; }
a { background-color: rgb(42,105,37); }
div.DivClassName
{
background-color: #2A6925;
}
.BgClassName
{
background-color: #2A6925;
}
</style>
border-color css
<style>
span { border-color: #2A6925; }
span { border-color: rgb(42,105,37); }
td.TdClassName
{
border-color: #2A6925;
}
.TagClassName
{
border-color: #2A6925;
}
</style>