Shades of San Felix #28732D
Tints of San Felix #28732D
RGB
CMYK
RGB Variations
Color information
#28732D (or 0x28732D) is known color: San Felix. HEX triplet: 28, 73 and 2D. RGB value is (40,115,45). Sum of RGB (Red+Green+Blue) = 40+115+45=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 45 (17.97% from 255 or 22.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #28732D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28732D is #D78CD2. Grayscale: #545454. Windows color (decimal): -14126291 or 2978600. OLE color: 2978600.
HSL color Cylindrical-coordinate representation of color #28732D: hue angle of 124º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #28732D is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 115 | 45 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.55 |
| HSL | 124º | 0.48% | 0.3% | - |
| HSV(B) | 124º | 0.65% | 0.45% | - |
| XYZ | 7.48 | 12.9 | 4.58 | - |
| YUV | 84.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 115 | 45 | 0.65 | 0 | 0.61 | 0.55 | 124 | 0.48 | 0.3 |
| Hex | 28 | 73 | 2D | 41 | 0 | 3D | 37 | 7C | 30 | 1E |
| Octal | 50 | 163 | 55 | 101 | 0 | 75 | 67 | 174 | 60 | 36 |
| Binary | 101000 | 1110011 | 101101 | 1000001 | 0 | 111101 | 110111 | 1111100 | 110000 | 11110 |
Color Harmonies of #28732D
Complementary color
Monochromatic Colors of #28732D
Black with #28732D
Text Example
Text Example
White with #28732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28732D; }
p { color: rgb(40,115,45); }
H1.HeaderClassName
{
color: #28732D;
}
.AnyTagClassName
{
color: #28732D;
}
</style>
background-color css
<style>
a { background-color: #28732D; }
a { background-color: rgb(40,115,45); }
div.DivClassName
{
background-color: #28732D;
}
.BgClassName
{
background-color: #28732D;
}
</style>
border-color css
<style>
span { border-color: #28732D; }
span { border-color: rgb(40,115,45); }
td.TdClassName
{
border-color: #28732D;
}
.TagClassName
{
border-color: #28732D;
}
</style>