Shades of San Felix #286523
Tints of San Felix #286523
RGB
CMYK
RGB Variations
Color information
#286523 (or 0x286523) is known color: San Felix. HEX triplet: 28, 65 and 23. RGB value is (40,101,35). Sum of RGB (Red+Green+Blue) = 40+101+35=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 101 (39.84% from 255 or 57.39% from 176); Blue value is 35 (14.06% from 255 or 19.89% from 176); Max value from RGB is 101 - color contains mainly: green. Hex color #286523 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286523 is #D79ADC. Grayscale: #4B4B4B. Windows color (decimal): -14129885 or 2319656. OLE color: 2319656.
HSL color Cylindrical-coordinate representation of color #286523: hue angle of 115.45º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286523 is Cyan = 0.60, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 35 | - |
| CMYK | 0.60 | 0 | 0.65 | 0.60 |
| HSL | 115.45º | 0.49% | 0.27% | - |
| HSV(B) | 115.45º | 0.65% | 0.4% | - |
| XYZ | 5.83 | 9.88 | 3.19 | - |
| YUV | 75.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 35 | 0.60 | 0 | 0.65 | 0.60 | 115.45 | 0.49 | 0.27 |
| Hex | 28 | 65 | 23 | 3C | 0 | 41 | 3C | 73 | 31 | 1B |
| Octal | 50 | 145 | 43 | 74 | 0 | 101 | 74 | 163 | 61 | 33 |
| Binary | 101000 | 1100101 | 100011 | 111100 | 0 | 1000001 | 111100 | 1110011 | 110001 | 11011 |
Color Harmonies of #286523
Complementary color
Monochromatic Colors of #286523
Black with #286523
Text Example
Text Example
White with #286523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286523; }
p { color: rgb(40,101,35); }
H1.HeaderClassName
{
color: #286523;
}
.AnyTagClassName
{
color: #286523;
}
</style>
background-color css
<style>
a { background-color: #286523; }
a { background-color: rgb(40,101,35); }
div.DivClassName
{
background-color: #286523;
}
.BgClassName
{
background-color: #286523;
}
</style>
border-color css
<style>
span { border-color: #286523; }
span { border-color: rgb(40,101,35); }
td.TdClassName
{
border-color: #286523;
}
.TagClassName
{
border-color: #286523;
}
</style>