Shades of San Felix #2A6B27
Tints of San Felix #2A6B27
RGB
CMYK
RGB Variations
Color information
#2A6B27 (or 0x2A6B27) is known color: San Felix. HEX triplet: 2A, 6B and 27. RGB value is (42,107,39). Sum of RGB (Red+Green+Blue) = 42+107+39=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 107 (42.19% from 255 or 56.91% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 107 - color contains mainly: green. Hex color #2A6B27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6B27 is #D594D8. Grayscale: #505050. Windows color (decimal): -13997273 or 2583338. OLE color: 2583338.
HSL color Cylindrical-coordinate representation of color #2A6B27: hue angle of 117.35º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A6B27 is Cyan = 0.61, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 107 | 39 | - |
| CMYK | 0.61 | 0 | 0.64 | 0.58 |
| HSL | 117.35º | 0.47% | 0.29% | - |
| HSV(B) | 117.35º | 0.64% | 0.42% | - |
| XYZ | 6.58 | 11.15 | 3.73 | - |
| YUV | 79.81 | 104.97 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 107 | 39 | 0.61 | 0 | 0.64 | 0.58 | 117.35 | 0.47 | 0.29 |
| Hex | 2A | 6B | 27 | 3D | 0 | 40 | 3A | 75 | 2F | 1D |
| Octal | 52 | 153 | 47 | 75 | 0 | 100 | 72 | 165 | 57 | 35 |
| Binary | 101010 | 1101011 | 100111 | 111101 | 0 | 1000000 | 111010 | 1110101 | 101111 | 11101 |
Color Harmonies of #2A6B27
Complementary color
Monochromatic Colors of #2A6B27
Black with #2A6B27
Text Example
Text Example
White with #2A6B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6B27; }
p { color: rgb(42,107,39); }
H1.HeaderClassName
{
color: #2A6B27;
}
.AnyTagClassName
{
color: #2A6B27;
}
</style>
background-color css
<style>
a { background-color: #2A6B27; }
a { background-color: rgb(42,107,39); }
div.DivClassName
{
background-color: #2A6B27;
}
.BgClassName
{
background-color: #2A6B27;
}
</style>
border-color css
<style>
span { border-color: #2A6B27; }
span { border-color: rgb(42,107,39); }
td.TdClassName
{
border-color: #2A6B27;
}
.TagClassName
{
border-color: #2A6B27;
}
</style>