Shades of San Felix #2A6A35
Tints of San Felix #2A6A35
RGB
CMYK
RGB Variations
Color information
#2A6A35 (or 0x2A6A35) is known color: San Felix. HEX triplet: 2A, 6A and 35. RGB value is (42,106,53). Sum of RGB (Red+Green+Blue) = 42+106+53=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 106 (41.80% from 255 or 52.74% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 106 - color contains mainly: green. Hex color #2A6A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6A35 is #D595CA. Grayscale: #505050. Windows color (decimal): -13997515 or 3500586. OLE color: 3500586.
HSL color Cylindrical-coordinate representation of color #2A6A35: hue angle of 130.31º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A6A35 is Cyan = 0.60, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 106 | 53 | - |
| CMYK | 0.60 | 0 | 0.5 | 0.58 |
| HSL | 130.31º | 0.43% | 0.29% | - |
| HSV(B) | 130.31º | 0.6% | 0.42% | - |
| XYZ | 6.75 | 11.06 | 5.15 | - |
| YUV | 80.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 106 | 53 | 0.60 | 0 | 0.5 | 0.58 | 130.31 | 0.43 | 0.29 |
| Hex | 2A | 6A | 35 | 3C | 0 | 32 | 3A | 82 | 2B | 1D |
| Octal | 52 | 152 | 65 | 74 | 0 | 62 | 72 | 202 | 53 | 35 |
| Binary | 101010 | 1101010 | 110101 | 111100 | 0 | 110010 | 111010 | 10000010 | 101011 | 11101 |
Color Harmonies of #2A6A35
Complementary color
Monochromatic Colors of #2A6A35
Black with #2A6A35
Text Example
Text Example
White with #2A6A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6A35; }
p { color: rgb(42,106,53); }
H1.HeaderClassName
{
color: #2A6A35;
}
.AnyTagClassName
{
color: #2A6A35;
}
</style>
background-color css
<style>
a { background-color: #2A6A35; }
a { background-color: rgb(42,106,53); }
div.DivClassName
{
background-color: #2A6A35;
}
.BgClassName
{
background-color: #2A6A35;
}
</style>
border-color css
<style>
span { border-color: #2A6A35; }
span { border-color: rgb(42,106,53); }
td.TdClassName
{
border-color: #2A6A35;
}
.TagClassName
{
border-color: #2A6A35;
}
</style>