Shades of San Felix #2A6531
Tints of San Felix #2A6531
RGB
CMYK
RGB Variations
Color information
#2A6531 (or 0x2A6531) is known color: San Felix. HEX triplet: 2A, 65 and 31. RGB value is (42,101,49). Sum of RGB (Red+Green+Blue) = 42+101+49=192 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.88% from 192); Green value is 101 (39.84% from 255 or 52.60% from 192); Blue value is 49 (19.53% from 255 or 25.52% from 192); Max value from RGB is 101 - color contains mainly: green. Hex color #2A6531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6531 is #D59ACE. Grayscale: #4D4D4D. Windows color (decimal): -13998799 or 3237162. OLE color: 3237162.
HSL color Cylindrical-coordinate representation of color #2A6531: hue angle of 127.12º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2A6531 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 101 | 49 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.60 |
| HSL | 127.12º | 0.41% | 0.28% | - |
| HSV(B) | 127.12º | 0.58% | 0.4% | - |
| XYZ | 6.16 | 10.02 | 4.52 | - |
| YUV | 77.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 49 | 0.58 | 0 | 0.51 | 0.60 | 127.12 | 0.41 | 0.28 |
| Hex | 2A | 65 | 31 | 3A | 0 | 33 | 3C | 7F | 29 | 1C |
| Octal | 52 | 145 | 61 | 72 | 0 | 63 | 74 | 177 | 51 | 34 |
| Binary | 101010 | 1100101 | 110001 | 111010 | 0 | 110011 | 111100 | 1111111 | 101001 | 11100 |
Color Harmonies of #2A6531
Complementary color
Monochromatic Colors of #2A6531
Black with #2A6531
Text Example
Text Example
White with #2A6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6531; }
p { color: rgb(42,101,49); }
H1.HeaderClassName
{
color: #2A6531;
}
.AnyTagClassName
{
color: #2A6531;
}
</style>
background-color css
<style>
a { background-color: #2A6531; }
a { background-color: rgb(42,101,49); }
div.DivClassName
{
background-color: #2A6531;
}
.BgClassName
{
background-color: #2A6531;
}
</style>
border-color css
<style>
span { border-color: #2A6531; }
span { border-color: rgb(42,101,49); }
td.TdClassName
{
border-color: #2A6531;
}
.TagClassName
{
border-color: #2A6531;
}
</style>