Shades of San Felix #2A6F24
Tints of San Felix #2A6F24
RGB
CMYK
RGB Variations
Color information
#2A6F24 (or 0x2A6F24) is known color: San Felix. HEX triplet: 2A, 6F and 24. RGB value is (42,111,36). Sum of RGB (Red+Green+Blue) = 42+111+36=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 111 (43.75% from 255 or 58.73% from 189); Blue value is 36 (14.45% from 255 or 19.05% from 189); Max value from RGB is 111 - color contains mainly: green. Hex color #2A6F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6F24 is #D590DB. Grayscale: #525252. Windows color (decimal): -13996252 or 2387754. OLE color: 2387754.
HSL color Cylindrical-coordinate representation of color #2A6F24: hue angle of 115.2º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2A6F24 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 42 | 111 | 36 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.56 |
| HSL | 115.2º | 0.51% | 0.29% | - |
| HSV(B) | 115.2º | 0.68% | 0.44% | - |
| XYZ | 6.96 | 11.99 | 3.62 | - |
| YUV | 81.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 111 | 36 | 0.62 | 0 | 0.68 | 0.56 | 115.2 | 0.51 | 0.29 |
| Hex | 2A | 6F | 24 | 3E | 0 | 44 | 38 | 73 | 33 | 1D |
| Octal | 52 | 157 | 44 | 76 | 0 | 104 | 70 | 163 | 63 | 35 |
| Binary | 101010 | 1101111 | 100100 | 111110 | 0 | 1000100 | 111000 | 1110011 | 110011 | 11101 |
Color Harmonies of #2A6F24
Complementary color
Monochromatic Colors of #2A6F24
Black with #2A6F24
Text Example
Text Example
White with #2A6F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6F24; }
p { color: rgb(42,111,36); }
H1.HeaderClassName
{
color: #2A6F24;
}
.AnyTagClassName
{
color: #2A6F24;
}
</style>
background-color css
<style>
a { background-color: #2A6F24; }
a { background-color: rgb(42,111,36); }
div.DivClassName
{
background-color: #2A6F24;
}
.BgClassName
{
background-color: #2A6F24;
}
</style>
border-color css
<style>
span { border-color: #2A6F24; }
span { border-color: rgb(42,111,36); }
td.TdClassName
{
border-color: #2A6F24;
}
.TagClassName
{
border-color: #2A6F24;
}
</style>