Shades of San Felix #2A6420
Tints of San Felix #2A6420
RGB
CMYK
RGB Variations
Color information
#2A6420 (or 0x2A6420) is known color: San Felix. HEX triplet: 2A, 64 and 20. RGB value is (42,100,32). Sum of RGB (Red+Green+Blue) = 42+100+32=174 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24.14% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #2A6420 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6420 is #D59BDF. Grayscale: #4B4B4B. Windows color (decimal): -13999072 or 2122794. OLE color: 2122794.
HSL color Cylindrical-coordinate representation of color #2A6420: hue angle of 111.18º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6420 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 42 | 100 | 32 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.61 |
| HSL | 111.18º | 0.52% | 0.26% | - |
| HSV(B) | 111.18º | 0.68% | 0.39% | - |
| XYZ | 5.77 | 9.71 | 2.94 | - |
| YUV | 74.91 | 103.78 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 100 | 32 | 0.58 | 0 | 0.68 | 0.61 | 111.18 | 0.52 | 0.26 |
| Hex | 2A | 64 | 20 | 3A | 0 | 44 | 3D | 6F | 34 | 1A |
| Octal | 52 | 144 | 40 | 72 | 0 | 104 | 75 | 157 | 64 | 32 |
| Binary | 101010 | 1100100 | 100000 | 111010 | 0 | 1000100 | 111101 | 1101111 | 110100 | 11010 |
Color Harmonies of #2A6420
Complementary color
Monochromatic Colors of #2A6420
Black with #2A6420
Text Example
Text Example
White with #2A6420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6420; }
p { color: rgb(42,100,32); }
H1.HeaderClassName
{
color: #2A6420;
}
.AnyTagClassName
{
color: #2A6420;
}
</style>
background-color css
<style>
a { background-color: #2A6420; }
a { background-color: rgb(42,100,32); }
div.DivClassName
{
background-color: #2A6420;
}
.BgClassName
{
background-color: #2A6420;
}
</style>
border-color css
<style>
span { border-color: #2A6420; }
span { border-color: rgb(42,100,32); }
td.TdClassName
{
border-color: #2A6420;
}
.TagClassName
{
border-color: #2A6420;
}
</style>