Shades of San Felix #28722B
Tints of San Felix #28722B
RGB
CMYK
RGB Variations
Color information
#28722B (or 0x28722B) is known color: San Felix. HEX triplet: 28, 72 and 2B. RGB value is (40,114,43). Sum of RGB (Red+Green+Blue) = 40+114+43=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 43 (17.19% from 255 or 21.83% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #28722B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28722B is #D78DD4. Grayscale: #535353. Windows color (decimal): -14126549 or 2847272. OLE color: 2847272.
HSL color Cylindrical-coordinate representation of color #28722B: hue angle of 122.43º 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 #28722B is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 114 | 43 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.55 |
| HSL | 122.43º | 0.48% | 0.3% | - |
| HSV(B) | 122.43º | 0.65% | 0.45% | - |
| XYZ | 7.33 | 12.66 | 4.34 | - |
| YUV | 83.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 114 | 43 | 0.65 | 0 | 0.62 | 0.55 | 122.43 | 0.48 | 0.3 |
| Hex | 28 | 72 | 2B | 41 | 0 | 3E | 37 | 7A | 30 | 1E |
| Octal | 50 | 162 | 53 | 101 | 0 | 76 | 67 | 172 | 60 | 36 |
| Binary | 101000 | 1110010 | 101011 | 1000001 | 0 | 111110 | 110111 | 1111010 | 110000 | 11110 |
Color Harmonies of #28722B
Complementary color
Monochromatic Colors of #28722B
Black with #28722B
Text Example
Text Example
White with #28722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28722B; }
p { color: rgb(40,114,43); }
H1.HeaderClassName
{
color: #28722B;
}
.AnyTagClassName
{
color: #28722B;
}
</style>
background-color css
<style>
a { background-color: #28722B; }
a { background-color: rgb(40,114,43); }
div.DivClassName
{
background-color: #28722B;
}
.BgClassName
{
background-color: #28722B;
}
</style>
border-color css
<style>
span { border-color: #28722B; }
span { border-color: rgb(40,114,43); }
td.TdClassName
{
border-color: #28722B;
}
.TagClassName
{
border-color: #28722B;
}
</style>