Shades of San Felix #286528
Tints of San Felix #286528
RGB
CMYK
RGB Variations
Color information
#286528 (or 0x286528) is known color: San Felix. HEX triplet: 28, 65 and 28. RGB value is (40,101,40). Sum of RGB (Red+Green+Blue) = 40+101+40=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 101 (39.84% from 255 or 55.80% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 101 - color contains mainly: green. Hex color #286528 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286528 is #D79AD7. Grayscale: #4B4B4B. Windows color (decimal): -14129880 or 2647336. OLE color: 2647336.
HSL color Cylindrical-coordinate representation of color #286528: hue angle of 120º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #286528 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 40 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.60 |
| HSL | 120º | 0.43% | 0.28% | - |
| HSV(B) | 120º | 0.6% | 0.4% | - |
| XYZ | 5.91 | 9.91 | 3.61 | - |
| YUV | 75.81 | 107.79 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 40 | 0.60 | 0 | 0.60 | 0.60 | 120 | 0.43 | 0.28 |
| Hex | 28 | 65 | 28 | 3C | 0 | 3C | 3C | 78 | 2B | 1C |
| Octal | 50 | 145 | 50 | 74 | 0 | 74 | 74 | 170 | 53 | 34 |
| Binary | 101000 | 1100101 | 101000 | 111100 | 0 | 111100 | 111100 | 1111000 | 101011 | 11100 |
Color Harmonies of #286528
Complementary color
Monochromatic Colors of #286528
Black with #286528
Text Example
Text Example
White with #286528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286528; }
p { color: rgb(40,101,40); }
H1.HeaderClassName
{
color: #286528;
}
.AnyTagClassName
{
color: #286528;
}
</style>
background-color css
<style>
a { background-color: #286528; }
a { background-color: rgb(40,101,40); }
div.DivClassName
{
background-color: #286528;
}
.BgClassName
{
background-color: #286528;
}
</style>
border-color css
<style>
span { border-color: #286528; }
span { border-color: rgb(40,101,40); }
td.TdClassName
{
border-color: #286528;
}
.TagClassName
{
border-color: #286528;
}
</style>