Shades of San Felix #2A722D
Tints of San Felix #2A722D
RGB
CMYK
RGB Variations
Color information
#2A722D (or 0x2A722D) is known color: San Felix. HEX triplet: 2A, 72 and 2D. RGB value is (42,114,45). Sum of RGB (Red+Green+Blue) = 42+114+45=201 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.90% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #2A722D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A722D is #D58DD2. Grayscale: #545454. Windows color (decimal): -13995475 or 2978346. OLE color: 2978346.
HSL color Cylindrical-coordinate representation of color #2A722D: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A722D is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 45 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.55 |
| HSL | 122.5º | 0.46% | 0.31% | - |
| HSV(B) | 122.5º | 0.63% | 0.45% | - |
| XYZ | 7.45 | 12.72 | 4.54 | - |
| YUV | 84.61 | 105.65 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 45 | 0.63 | 0 | 0.61 | 0.55 | 122.5 | 0.46 | 0.31 |
| Hex | 2A | 72 | 2D | 3F | 0 | 3D | 37 | 7B | 2E | 1F |
| Octal | 52 | 162 | 55 | 77 | 0 | 75 | 67 | 173 | 56 | 37 |
| Binary | 101010 | 1110010 | 101101 | 111111 | 0 | 111101 | 110111 | 1111011 | 101110 | 11111 |
Color Harmonies of #2A722D
Complementary color
Monochromatic Colors of #2A722D
Black with #2A722D
Text Example
Text Example
White with #2A722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A722D; }
p { color: rgb(42,114,45); }
H1.HeaderClassName
{
color: #2A722D;
}
.AnyTagClassName
{
color: #2A722D;
}
</style>
background-color css
<style>
a { background-color: #2A722D; }
a { background-color: rgb(42,114,45); }
div.DivClassName
{
background-color: #2A722D;
}
.BgClassName
{
background-color: #2A722D;
}
</style>
border-color css
<style>
span { border-color: #2A722D; }
span { border-color: rgb(42,114,45); }
td.TdClassName
{
border-color: #2A722D;
}
.TagClassName
{
border-color: #2A722D;
}
</style>