Shades of San Felix #2A6022
Tints of San Felix #2A6022
RGB
CMYK
RGB Variations
Color information
#2A6022 (or 0x2A6022) is known color: San Felix. HEX triplet: 2A, 60 and 22. RGB value is (42,96,34). Sum of RGB (Red+Green+Blue) = 42+96+34=172 (22% of max value = 765). Red value is 42 (16.80% from 255 or 24.42% from 172); Green value is 96 (37.89% from 255 or 55.81% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 96 - color contains mainly: green. Hex color #2A6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6022 is #D59FDD. Grayscale: #484848. Windows color (decimal): -14000094 or 2252842. OLE color: 2252842.
HSL color Cylindrical-coordinate representation of color #2A6022: hue angle of 112.26º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2A6022 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 96 | 34 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.62 |
| HSL | 112.26º | 0.48% | 0.25% | - |
| HSV(B) | 112.26º | 0.65% | 0.38% | - |
| XYZ | 5.43 | 8.97 | 2.96 | - |
| YUV | 72.79 | 106.11 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 96 | 34 | 0.56 | 0 | 0.65 | 0.62 | 112.26 | 0.48 | 0.25 |
| Hex | 2A | 60 | 22 | 38 | 0 | 41 | 3E | 70 | 30 | 19 |
| Octal | 52 | 140 | 42 | 70 | 0 | 101 | 76 | 160 | 60 | 31 |
| Binary | 101010 | 1100000 | 100010 | 111000 | 0 | 1000001 | 111110 | 1110000 | 110000 | 11001 |
Color Harmonies of #2A6022
Complementary color
Monochromatic Colors of #2A6022
Black with #2A6022
Text Example
Text Example
White with #2A6022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6022; }
p { color: rgb(42,96,34); }
H1.HeaderClassName
{
color: #2A6022;
}
.AnyTagClassName
{
color: #2A6022;
}
</style>
background-color css
<style>
a { background-color: #2A6022; }
a { background-color: rgb(42,96,34); }
div.DivClassName
{
background-color: #2A6022;
}
.BgClassName
{
background-color: #2A6022;
}
</style>
border-color css
<style>
span { border-color: #2A6022; }
span { border-color: rgb(42,96,34); }
td.TdClassName
{
border-color: #2A6022;
}
.TagClassName
{
border-color: #2A6022;
}
</style>