Shades of San Felix #286022
Tints of San Felix #286022
RGB
CMYK
RGB Variations
Color information
#286022 (or 0x286022) is known color: San Felix. HEX triplet: 28, 60 and 22. RGB value is (40,96,34). Sum of RGB (Red+Green+Blue) = 40+96+34=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 34 (13.67% from 255 or 20% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #286022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286022 is #D79FDD. Grayscale: #484848. Windows color (decimal): -14131166 or 2252840. OLE color: 2252840.
HSL color Cylindrical-coordinate representation of color #286022: hue angle of 114.19º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286022 is Cyan = 0.58, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 96 | 34 | - |
| CMYK | 0.58 | 0 | 0.65 | 0.62 |
| HSL | 114.19º | 0.48% | 0.25% | - |
| HSV(B) | 114.19º | 0.65% | 0.38% | - |
| XYZ | 5.35 | 8.93 | 2.96 | - |
| YUV | 72.19 | 106.45 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 96 | 34 | 0.58 | 0 | 0.65 | 0.62 | 114.19 | 0.48 | 0.25 |
| Hex | 28 | 60 | 22 | 3A | 0 | 41 | 3E | 72 | 30 | 19 |
| Octal | 50 | 140 | 42 | 72 | 0 | 101 | 76 | 162 | 60 | 31 |
| Binary | 101000 | 1100000 | 100010 | 111010 | 0 | 1000001 | 111110 | 1110010 | 110000 | 11001 |
Color Harmonies of #286022
Complementary color
Monochromatic Colors of #286022
Black with #286022
Text Example
Text Example
White with #286022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286022; }
p { color: rgb(40,96,34); }
H1.HeaderClassName
{
color: #286022;
}
.AnyTagClassName
{
color: #286022;
}
</style>
background-color css
<style>
a { background-color: #286022; }
a { background-color: rgb(40,96,34); }
div.DivClassName
{
background-color: #286022;
}
.BgClassName
{
background-color: #286022;
}
</style>
border-color css
<style>
span { border-color: #286022; }
span { border-color: rgb(40,96,34); }
td.TdClassName
{
border-color: #286022;
}
.TagClassName
{
border-color: #286022;
}
</style>