Shades of San Felix #2A722A
Tints of San Felix #2A722A
RGB
CMYK
RGB Variations
Color information
#2A722A (or 0x2A722A) is known color: San Felix. HEX triplet: 2A, 72 and 2A. RGB value is (42,114,42). Sum of RGB (Red+Green+Blue) = 42+114+42=198 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.21% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #2A722A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A722A is #D58DD5. Grayscale: #545454. Windows color (decimal): -13995478 or 2781738. OLE color: 2781738.
HSL color Cylindrical-coordinate representation of color #2A722A: hue angle of 120º 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 #2A722A is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 114 | 42 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.55 |
| HSL | 120º | 0.46% | 0.31% | - |
| HSV(B) | 120º | 0.63% | 0.45% | - |
| XYZ | 7.39 | 12.69 | 4.25 | - |
| YUV | 84.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 114 | 42 | 0.63 | 0 | 0.63 | 0.55 | 120 | 0.46 | 0.31 |
| Hex | 2A | 72 | 2A | 3F | 0 | 3F | 37 | 78 | 2E | 1F |
| Octal | 52 | 162 | 52 | 77 | 0 | 77 | 67 | 170 | 56 | 37 |
| Binary | 101010 | 1110010 | 101010 | 111111 | 0 | 111111 | 110111 | 1111000 | 101110 | 11111 |
Color Harmonies of #2A722A
Complementary color
Monochromatic Colors of #2A722A
Black with #2A722A
Text Example
Text Example
White with #2A722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A722A; }
p { color: rgb(42,114,42); }
H1.HeaderClassName
{
color: #2A722A;
}
.AnyTagClassName
{
color: #2A722A;
}
</style>
background-color css
<style>
a { background-color: #2A722A; }
a { background-color: rgb(42,114,42); }
div.DivClassName
{
background-color: #2A722A;
}
.BgClassName
{
background-color: #2A722A;
}
</style>
border-color css
<style>
span { border-color: #2A722A; }
span { border-color: rgb(42,114,42); }
td.TdClassName
{
border-color: #2A722A;
}
.TagClassName
{
border-color: #2A722A;
}
</style>