Shades of San Felix #2A6B24
Tints of San Felix #2A6B24
RGB
CMYK
RGB Variations
Color information
#2A6B24 (or 0x2A6B24) is known color: San Felix. HEX triplet: 2A, 6B and 24. RGB value is (42,107,36). Sum of RGB (Red+Green+Blue) = 42+107+36=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 107 (42.19% from 255 or 57.84% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6B24 is #D594DB. Grayscale: #4F4F4F. Windows color (decimal): -13997276 or 2386730. OLE color: 2386730.
HSL color Cylindrical-coordinate representation of color #2A6B24: hue angle of 114.93º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A6B24 is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 36 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.58 |
| HSL | 114.93º | 0.5% | 0.28% | - |
| HSV(B) | 114.93º | 0.66% | 0.42% | - |
| XYZ | 6.53 | 11.14 | 3.47 | - |
| YUV | 79.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 36 | 0.61 | 0 | 0.66 | 0.58 | 114.93 | 0.5 | 0.28 |
| Hex | 2A | 6B | 24 | 3D | 0 | 42 | 3A | 73 | 32 | 1C |
| Octal | 52 | 153 | 44 | 75 | 0 | 102 | 72 | 163 | 62 | 34 |
| Binary | 101010 | 1101011 | 100100 | 111101 | 0 | 1000010 | 111010 | 1110011 | 110010 | 11100 |
Color Harmonies of #2A6B24
Complementary color
Monochromatic Colors of #2A6B24
Black with #2A6B24
Text Example
Text Example
White with #2A6B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B24; }
p { color: rgb(42,107,36); }
H1.HeaderClassName
{
color: #2A6B24;
}
.AnyTagClassName
{
color: #2A6B24;
}
</style>
background-color css
<style>
a { background-color: #2A6B24; }
a { background-color: rgb(42,107,36); }
div.DivClassName
{
background-color: #2A6B24;
}
.BgClassName
{
background-color: #2A6B24;
}
</style>
border-color css
<style>
span { border-color: #2A6B24; }
span { border-color: rgb(42,107,36); }
td.TdClassName
{
border-color: #2A6B24;
}
.TagClassName
{
border-color: #2A6B24;
}
</style>