Shades of San Felix #2A692E
Tints of San Felix #2A692E
RGB
CMYK
RGB Variations
Color information
#2A692E (or 0x2A692E) is known color: San Felix. HEX triplet: 2A, 69 and 2E. RGB value is (42,105,46). Sum of RGB (Red+Green+Blue) = 42+105+46=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 105 (41.41% from 255 or 54.40% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 105 - color contains mainly: green. Hex color #2A692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A692E is #D596D1. Grayscale: #4F4F4F. Windows color (decimal): -13997778 or 3041578. OLE color: 3041578.
HSL color Cylindrical-coordinate representation of color #2A692E: hue angle of 123.81º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A692E is Cyan = 0.6, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 46 | - |
| CMYK | 0.6 | 0 | 0.56 | 0.59 |
| HSL | 123.81º | 0.43% | 0.29% | - |
| HSV(B) | 123.81º | 0.6% | 0.41% | - |
| XYZ | 6.5 | 10.79 | 4.33 | - |
| YUV | 79.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 46 | 0.6 | 0 | 0.56 | 0.59 | 123.81 | 0.43 | 0.29 |
| Hex | 2A | 69 | 2E | 3C | 0 | 38 | 3B | 7C | 2B | 1D |
| Octal | 52 | 151 | 56 | 74 | 0 | 70 | 73 | 174 | 53 | 35 |
| Binary | 101010 | 1101001 | 101110 | 111100 | 0 | 111000 | 111011 | 1111100 | 101011 | 11101 |
Color Harmonies of #2A692E
Complementary color
Monochromatic Colors of #2A692E
Black with #2A692E
Text Example
Text Example
White with #2A692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A692E; }
p { color: rgb(42,105,46); }
H1.HeaderClassName
{
color: #2A692E;
}
.AnyTagClassName
{
color: #2A692E;
}
</style>
background-color css
<style>
a { background-color: #2A692E; }
a { background-color: rgb(42,105,46); }
div.DivClassName
{
background-color: #2A692E;
}
.BgClassName
{
background-color: #2A692E;
}
</style>
border-color css
<style>
span { border-color: #2A692E; }
span { border-color: rgb(42,105,46); }
td.TdClassName
{
border-color: #2A692E;
}
.TagClassName
{
border-color: #2A692E;
}
</style>