Shades of San Felix #2A6223
Tints of San Felix #2A6223
RGB
CMYK
RGB Variations
Color information
#2A6223 (or 0x2A6223) is known color: San Felix. HEX triplet: 2A, 62 and 23. RGB value is (42,98,35). Sum of RGB (Red+Green+Blue) = 42+98+35=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 98 (38.67% from 255 or 56% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 98 - color contains mainly: green. Hex color #2A6223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6223 is #D59DDC. Grayscale: #4A4A4A. Windows color (decimal): -13999581 or 2318890. OLE color: 2318890.
HSL color Cylindrical-coordinate representation of color #2A6223: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6223 is Cyan = 0.57, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 98 | 35 | - |
| CMYK | 0.57 | 0 | 0.64 | 0.62 |
| HSL | 113.33º | 0.47% | 0.26% | - |
| HSV(B) | 113.33º | 0.64% | 0.38% | - |
| XYZ | 5.63 | 9.35 | 3.1 | - |
| YUV | 74.07 | 105.95 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 98 | 35 | 0.57 | 0 | 0.64 | 0.62 | 113.33 | 0.47 | 0.26 |
| Hex | 2A | 62 | 23 | 39 | 0 | 40 | 3E | 71 | 2F | 1A |
| Octal | 52 | 142 | 43 | 71 | 0 | 100 | 76 | 161 | 57 | 32 |
| Binary | 101010 | 1100010 | 100011 | 111001 | 0 | 1000000 | 111110 | 1110001 | 101111 | 11010 |
Color Harmonies of #2A6223
Complementary color
Monochromatic Colors of #2A6223
Black with #2A6223
Text Example
Text Example
White with #2A6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6223; }
p { color: rgb(42,98,35); }
H1.HeaderClassName
{
color: #2A6223;
}
.AnyTagClassName
{
color: #2A6223;
}
</style>
background-color css
<style>
a { background-color: #2A6223; }
a { background-color: rgb(42,98,35); }
div.DivClassName
{
background-color: #2A6223;
}
.BgClassName
{
background-color: #2A6223;
}
</style>
border-color css
<style>
span { border-color: #2A6223; }
span { border-color: rgb(42,98,35); }
td.TdClassName
{
border-color: #2A6223;
}
.TagClassName
{
border-color: #2A6223;
}
</style>