Shades of San Felix #28712D
Tints of San Felix #28712D
RGB
CMYK
RGB Variations
Color information
#28712D (or 0x28712D) is known color: San Felix. HEX triplet: 28, 71 and 2D. RGB value is (40,113,45). Sum of RGB (Red+Green+Blue) = 40+113+45=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 113 (44.53% from 255 or 57.07% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 113 - color contains mainly: green. Hex color #28712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28712D is #D78ED2. Grayscale: #535353. Windows color (decimal): -14126803 or 2978088. OLE color: 2978088.
HSL color Cylindrical-coordinate representation of color #28712D: hue angle of 124.11º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28712D is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 113 | 45 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.56 |
| HSL | 124.11º | 0.48% | 0.3% | - |
| HSV(B) | 124.11º | 0.65% | 0.44% | - |
| XYZ | 7.25 | 12.45 | 4.5 | - |
| YUV | 83.42 | 106.32 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 113 | 45 | 0.65 | 0 | 0.60 | 0.56 | 124.11 | 0.48 | 0.3 |
| Hex | 28 | 71 | 2D | 41 | 0 | 3C | 38 | 7C | 30 | 1E |
| Octal | 50 | 161 | 55 | 101 | 0 | 74 | 70 | 174 | 60 | 36 |
| Binary | 101000 | 1110001 | 101101 | 1000001 | 0 | 111100 | 111000 | 1111100 | 110000 | 11110 |
Color Harmonies of #28712D
Complementary color
Monochromatic Colors of #28712D
Black with #28712D
Text Example
Text Example
White with #28712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28712D; }
p { color: rgb(40,113,45); }
H1.HeaderClassName
{
color: #28712D;
}
.AnyTagClassName
{
color: #28712D;
}
</style>
background-color css
<style>
a { background-color: #28712D; }
a { background-color: rgb(40,113,45); }
div.DivClassName
{
background-color: #28712D;
}
.BgClassName
{
background-color: #28712D;
}
</style>
border-color css
<style>
span { border-color: #28712D; }
span { border-color: rgb(40,113,45); }
td.TdClassName
{
border-color: #28712D;
}
.TagClassName
{
border-color: #28712D;
}
</style>