Shades of San Felix #2C733B
Tints of San Felix #2C733B
RGB
CMYK
RGB Variations
Color information
#2C733B (or 0x2C733B) is known color: San Felix. HEX triplet: 2C, 73 and 3B. RGB value is (44,115,59). Sum of RGB (Red+Green+Blue) = 44+115+59=218 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.18% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #2C733B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C733B is #D38CC4. Grayscale: #575757. Windows color (decimal): -13864133 or 3896108. OLE color: 3896108.
HSL color Cylindrical-coordinate representation of color #2C733B: hue angle of 132.68º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C733B is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 44 | 115 | 59 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.55 |
| HSL | 132.68º | 0.45% | 0.31% | - |
| HSV(B) | 132.68º | 0.62% | 0.45% | - |
| XYZ | 7.96 | 13.11 | 6.25 | - |
| YUV | 87.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 115 | 59 | 0.62 | 0 | 0.49 | 0.55 | 132.68 | 0.45 | 0.31 |
| Hex | 2C | 73 | 3B | 3E | 0 | 31 | 37 | 85 | 2D | 1F |
| Octal | 54 | 163 | 73 | 76 | 0 | 61 | 67 | 205 | 55 | 37 |
| Binary | 101100 | 1110011 | 111011 | 111110 | 0 | 110001 | 110111 | 10000101 | 101101 | 11111 |
Color Harmonies of #2C733B
Complementary color
Monochromatic Colors of #2C733B
Black with #2C733B
Text Example
Text Example
White with #2C733B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C733B; }
p { color: rgb(44,115,59); }
H1.HeaderClassName
{
color: #2C733B;
}
.AnyTagClassName
{
color: #2C733B;
}
</style>
background-color css
<style>
a { background-color: #2C733B; }
a { background-color: rgb(44,115,59); }
div.DivClassName
{
background-color: #2C733B;
}
.BgClassName
{
background-color: #2C733B;
}
</style>
border-color css
<style>
span { border-color: #2C733B; }
span { border-color: rgb(44,115,59); }
td.TdClassName
{
border-color: #2C733B;
}
.TagClassName
{
border-color: #2C733B;
}
</style>