Shades of San Felix #2C6938
Tints of San Felix #2C6938
RGB
CMYK
RGB Variations
Color information
#2C6938 (or 0x2C6938) is known color: San Felix. HEX triplet: 2C, 69 and 38. RGB value is (44,105,56). Sum of RGB (Red+Green+Blue) = 44+105+56=205 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.46% from 205); Green value is 105 (41.41% from 255 or 51.22% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 105 - color contains mainly: green. Hex color #2C6938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6938 is #D396C7. Grayscale: #515151. Windows color (decimal): -13866696 or 3696940. OLE color: 3696940.
HSL color Cylindrical-coordinate representation of color #2C6938: hue angle of 131.8º 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 #2C6938 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 105 | 56 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.59 |
| HSL | 131.8º | 0.41% | 0.29% | - |
| HSV(B) | 131.8º | 0.58% | 0.41% | - |
| XYZ | 6.8 | 10.92 | 5.49 | - |
| YUV | 81.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 105 | 56 | 0.58 | 0 | 0.47 | 0.59 | 131.8 | 0.41 | 0.29 |
| Hex | 2C | 69 | 38 | 3A | 0 | 2F | 3B | 84 | 29 | 1D |
| Octal | 54 | 151 | 70 | 72 | 0 | 57 | 73 | 204 | 51 | 35 |
| Binary | 101100 | 1101001 | 111000 | 111010 | 0 | 101111 | 111011 | 10000100 | 101001 | 11101 |
Color Harmonies of #2C6938
Complementary color
Monochromatic Colors of #2C6938
Black with #2C6938
Text Example
Text Example
White with #2C6938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6938; }
p { color: rgb(44,105,56); }
H1.HeaderClassName
{
color: #2C6938;
}
.AnyTagClassName
{
color: #2C6938;
}
</style>
background-color css
<style>
a { background-color: #2C6938; }
a { background-color: rgb(44,105,56); }
div.DivClassName
{
background-color: #2C6938;
}
.BgClassName
{
background-color: #2C6938;
}
</style>
border-color css
<style>
span { border-color: #2C6938; }
span { border-color: rgb(44,105,56); }
td.TdClassName
{
border-color: #2C6938;
}
.TagClassName
{
border-color: #2C6938;
}
</style>