Shades of San Felix #2A6934
Tints of San Felix #2A6934
RGB
CMYK
RGB Variations
Color information
#2A6934 (or 0x2A6934) is known color: San Felix. HEX triplet: 2A, 69 and 34. RGB value is (42,105,52). Sum of RGB (Red+Green+Blue) = 42+105+52=199 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.11% from 199); Green value is 105 (41.41% from 255 or 52.76% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 105 - color contains mainly: green. Hex color #2A6934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6934 is #D596CB. Grayscale: #505050. Windows color (decimal): -13997772 or 3434794. OLE color: 3434794.
HSL color Cylindrical-coordinate representation of color #2A6934: hue angle of 129.52º 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 #2A6934 is Cyan = 0.6, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 105 | 52 | - |
| CMYK | 0.6 | 0 | 0.50 | 0.59 |
| HSL | 129.52º | 0.43% | 0.29% | - |
| HSV(B) | 129.52º | 0.6% | 0.41% | - |
| XYZ | 6.63 | 10.84 | 4.99 | - |
| YUV | 80.12 | 112.13 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 105 | 52 | 0.6 | 0 | 0.50 | 0.59 | 129.52 | 0.43 | 0.29 |
| Hex | 2A | 69 | 34 | 3C | 0 | 32 | 3B | 82 | 2B | 1D |
| Octal | 52 | 151 | 64 | 74 | 0 | 62 | 73 | 202 | 53 | 35 |
| Binary | 101010 | 1101001 | 110100 | 111100 | 0 | 110010 | 111011 | 10000010 | 101011 | 11101 |
Color Harmonies of #2A6934
Complementary color
Monochromatic Colors of #2A6934
Black with #2A6934
Text Example
Text Example
White with #2A6934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6934; }
p { color: rgb(42,105,52); }
H1.HeaderClassName
{
color: #2A6934;
}
.AnyTagClassName
{
color: #2A6934;
}
</style>
background-color css
<style>
a { background-color: #2A6934; }
a { background-color: rgb(42,105,52); }
div.DivClassName
{
background-color: #2A6934;
}
.BgClassName
{
background-color: #2A6934;
}
</style>
border-color css
<style>
span { border-color: #2A6934; }
span { border-color: rgb(42,105,52); }
td.TdClassName
{
border-color: #2A6934;
}
.TagClassName
{
border-color: #2A6934;
}
</style>