Shades of San Felix #2A682B
Tints of San Felix #2A682B
RGB
CMYK
RGB Variations
Color information
#2A682B (or 0x2A682B) is known color: San Felix. HEX triplet: 2A, 68 and 2B. RGB value is (42,104,43). Sum of RGB (Red+Green+Blue) = 42+104+43=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 104 (41.02% from 255 or 55.03% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 104 - color contains mainly: green. Hex color #2A682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A682B is #D597D4. Grayscale: #4E4E4E. Windows color (decimal): -13998037 or 2844714. OLE color: 2844714.
HSL color Cylindrical-coordinate representation of color #2A682B: hue angle of 120.97º degrees, saturation: 0.42, 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 #2A682B is Cyan = 0.60, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 43 | - |
| CMYK | 0.60 | 0 | 0.59 | 0.59 |
| HSL | 120.97º | 0.42% | 0.29% | - |
| HSV(B) | 120.97º | 0.6% | 0.41% | - |
| XYZ | 6.34 | 10.57 | 3.99 | - |
| YUV | 78.51 | 107.96 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 43 | 0.60 | 0 | 0.59 | 0.59 | 120.97 | 0.42 | 0.29 |
| Hex | 2A | 68 | 2B | 3C | 0 | 3B | 3B | 79 | 2A | 1D |
| Octal | 52 | 150 | 53 | 74 | 0 | 73 | 73 | 171 | 52 | 35 |
| Binary | 101010 | 1101000 | 101011 | 111100 | 0 | 111011 | 111011 | 1111001 | 101010 | 11101 |
Color Harmonies of #2A682B
Complementary color
Monochromatic Colors of #2A682B
Black with #2A682B
Text Example
Text Example
White with #2A682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A682B; }
p { color: rgb(42,104,43); }
H1.HeaderClassName
{
color: #2A682B;
}
.AnyTagClassName
{
color: #2A682B;
}
</style>
background-color css
<style>
a { background-color: #2A682B; }
a { background-color: rgb(42,104,43); }
div.DivClassName
{
background-color: #2A682B;
}
.BgClassName
{
background-color: #2A682B;
}
</style>
border-color css
<style>
span { border-color: #2A682B; }
span { border-color: rgb(42,104,43); }
td.TdClassName
{
border-color: #2A682B;
}
.TagClassName
{
border-color: #2A682B;
}
</style>