Shades of San Felix #2C6830
Tints of San Felix #2C6830
RGB
CMYK
RGB Variations
Color information
#2C6830 (or 0x2C6830) is known color: San Felix. HEX triplet: 2C, 68 and 30. RGB value is (44,104,48). Sum of RGB (Red+Green+Blue) = 44+104+48=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #2C6830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6830 is #D397CF. Grayscale: #4F4F4F. Windows color (decimal): -13866960 or 3172396. OLE color: 3172396.
HSL color Cylindrical-coordinate representation of color #2C6830: hue angle of 124º 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 #2C6830 is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 104 | 48 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.59 |
| HSL | 124º | 0.41% | 0.29% | - |
| HSV(B) | 124º | 0.58% | 0.41% | - |
| XYZ | 6.52 | 10.65 | 4.51 | - |
| YUV | 79.68 | 110.12 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 104 | 48 | 0.58 | 0 | 0.54 | 0.59 | 124 | 0.41 | 0.29 |
| Hex | 2C | 68 | 30 | 3A | 0 | 36 | 3B | 7C | 29 | 1D |
| Octal | 54 | 150 | 60 | 72 | 0 | 66 | 73 | 174 | 51 | 35 |
| Binary | 101100 | 1101000 | 110000 | 111010 | 0 | 110110 | 111011 | 1111100 | 101001 | 11101 |
Color Harmonies of #2C6830
Complementary color
Monochromatic Colors of #2C6830
Black with #2C6830
Text Example
Text Example
White with #2C6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C6830; }
p { color: rgb(44,104,48); }
H1.HeaderClassName
{
color: #2C6830;
}
.AnyTagClassName
{
color: #2C6830;
}
</style>
background-color css
<style>
a { background-color: #2C6830; }
a { background-color: rgb(44,104,48); }
div.DivClassName
{
background-color: #2C6830;
}
.BgClassName
{
background-color: #2C6830;
}
</style>
border-color css
<style>
span { border-color: #2C6830; }
span { border-color: rgb(44,104,48); }
td.TdClassName
{
border-color: #2C6830;
}
.TagClassName
{
border-color: #2C6830;
}
</style>