Shades of San Felix #2A6823
Tints of San Felix #2A6823
RGB
CMYK
RGB Variations
Color information
#2A6823 (or 0x2A6823) is known color: San Felix. HEX triplet: 2A, 68 and 23. RGB value is (42,104,35). Sum of RGB (Red+Green+Blue) = 42+104+35=181 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.20% from 181); Green value is 104 (41.02% from 255 or 57.46% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 104 - color contains mainly: green. Hex color #2A6823 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6823 is #D597DC. Grayscale: #4D4D4D. Windows color (decimal): -13998045 or 2320426. OLE color: 2320426.
HSL color Cylindrical-coordinate representation of color #2A6823: hue angle of 113.91º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A6823 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 104 | 35 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.59 |
| HSL | 113.91º | 0.5% | 0.27% | - |
| HSV(B) | 113.91º | 0.66% | 0.41% | - |
| XYZ | 6.21 | 10.51 | 3.29 | - |
| YUV | 77.6 | 103.96 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 104 | 35 | 0.60 | 0 | 0.66 | 0.59 | 113.91 | 0.5 | 0.27 |
| Hex | 2A | 68 | 23 | 3C | 0 | 42 | 3B | 72 | 32 | 1B |
| Octal | 52 | 150 | 43 | 74 | 0 | 102 | 73 | 162 | 62 | 33 |
| Binary | 101010 | 1101000 | 100011 | 111100 | 0 | 1000010 | 111011 | 1110010 | 110010 | 11011 |
Color Harmonies of #2A6823
Complementary color
Monochromatic Colors of #2A6823
Black with #2A6823
Text Example
Text Example
White with #2A6823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6823; }
p { color: rgb(42,104,35); }
H1.HeaderClassName
{
color: #2A6823;
}
.AnyTagClassName
{
color: #2A6823;
}
</style>
background-color css
<style>
a { background-color: #2A6823; }
a { background-color: rgb(42,104,35); }
div.DivClassName
{
background-color: #2A6823;
}
.BgClassName
{
background-color: #2A6823;
}
</style>
border-color css
<style>
span { border-color: #2A6823; }
span { border-color: rgb(42,104,35); }
td.TdClassName
{
border-color: #2A6823;
}
.TagClassName
{
border-color: #2A6823;
}
</style>