Shades of San Felix #2C6930
Tints of San Felix #2C6930
RGB
CMYK
RGB Variations
Color information
#2C6930 (or 0x2C6930) is known color: San Felix. HEX triplet: 2C, 69 and 30. RGB value is (44,105,48). Sum of RGB (Red+Green+Blue) = 44+105+48=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 105 (41.41% from 255 or 53.30% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6930 is #D396CF. Grayscale: #505050. Windows color (decimal): -13866704 or 3172652. OLE color: 3172652.
HSL color Cylindrical-coordinate representation of color #2C6930: hue angle of 123.93º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2C6930 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 48 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.59 |
| HSL | 123.93º | 0.41% | 0.29% | - |
| HSV(B) | 123.93º | 0.58% | 0.41% | - |
| XYZ | 6.62 | 10.85 | 4.54 | - |
| YUV | 80.26 | 109.79 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 48 | 0.58 | 0 | 0.54 | 0.59 | 123.93 | 0.41 | 0.29 |
| Hex | 2C | 69 | 30 | 3A | 0 | 36 | 3B | 7C | 29 | 1D |
| Octal | 54 | 151 | 60 | 72 | 0 | 66 | 73 | 174 | 51 | 35 |
| Binary | 101100 | 1101001 | 110000 | 111010 | 0 | 110110 | 111011 | 1111100 | 101001 | 11101 |
Color Harmonies of #2C6930
Complementary color
Monochromatic Colors of #2C6930
Black with #2C6930
Text Example
Text Example
White with #2C6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6930; }
p { color: rgb(44,105,48); }
H1.HeaderClassName
{
color: #2C6930;
}
.AnyTagClassName
{
color: #2C6930;
}
</style>
background-color css
<style>
a { background-color: #2C6930; }
a { background-color: rgb(44,105,48); }
div.DivClassName
{
background-color: #2C6930;
}
.BgClassName
{
background-color: #2C6930;
}
</style>
border-color css
<style>
span { border-color: #2C6930; }
span { border-color: rgb(44,105,48); }
td.TdClassName
{
border-color: #2C6930;
}
.TagClassName
{
border-color: #2C6930;
}
</style>