Shades of San Felix #2A6728
Tints of San Felix #2A6728
RGB
CMYK
RGB Variations
Color information
#2A6728 (or 0x2A6728) is known color: San Felix. HEX triplet: 2A, 67 and 28. RGB value is (42,103,40). Sum of RGB (Red+Green+Blue) = 42+103+40=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 103 (40.62% from 255 or 55.68% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 103 - color contains mainly: green. Hex color #2A6728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A6728 is #D598D7. Grayscale: #4D4D4D. Windows color (decimal): -13998296 or 2647850. OLE color: 2647850.
HSL color Cylindrical-coordinate representation of color #2A6728: hue angle of 118.1º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2A6728 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 103 | 40 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.60 |
| HSL | 118.1º | 0.44% | 0.28% | - |
| HSV(B) | 118.1º | 0.61% | 0.4% | - |
| XYZ | 6.19 | 10.35 | 3.68 | - |
| YUV | 77.58 | 106.79 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 103 | 40 | 0.59 | 0 | 0.61 | 0.60 | 118.1 | 0.44 | 0.28 |
| Hex | 2A | 67 | 28 | 3B | 0 | 3D | 3C | 76 | 2C | 1C |
| Octal | 52 | 147 | 50 | 73 | 0 | 75 | 74 | 166 | 54 | 34 |
| Binary | 101010 | 1100111 | 101000 | 111011 | 0 | 111101 | 111100 | 1110110 | 101100 | 11100 |
Color Harmonies of #2A6728
Complementary color
Monochromatic Colors of #2A6728
Black with #2A6728
Text Example
Text Example
White with #2A6728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A6728; }
p { color: rgb(42,103,40); }
H1.HeaderClassName
{
color: #2A6728;
}
.AnyTagClassName
{
color: #2A6728;
}
</style>
background-color css
<style>
a { background-color: #2A6728; }
a { background-color: rgb(42,103,40); }
div.DivClassName
{
background-color: #2A6728;
}
.BgClassName
{
background-color: #2A6728;
}
</style>
border-color css
<style>
span { border-color: #2A6728; }
span { border-color: rgb(42,103,40); }
td.TdClassName
{
border-color: #2A6728;
}
.TagClassName
{
border-color: #2A6728;
}
</style>