Shades of San Felix #286B24
Tints of San Felix #286B24
RGB
CMYK
RGB Variations
Color information
#286B24 (or 0x286B24) is known color: San Felix. HEX triplet: 28, 6B and 24. RGB value is (40,107,36). Sum of RGB (Red+Green+Blue) = 40+107+36=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 107 (42.19% from 255 or 58.47% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 107 - color contains mainly: green. Hex color #286B24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B24 is #D794DB. Grayscale: #4F4F4F. Windows color (decimal): -14128348 or 2386728. OLE color: 2386728.
HSL color Cylindrical-coordinate representation of color #286B24: hue angle of 116.62º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286B24 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 36 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.58 |
| HSL | 116.62º | 0.5% | 0.28% | - |
| HSV(B) | 116.62º | 0.66% | 0.42% | - |
| XYZ | 6.45 | 11.09 | 3.47 | - |
| YUV | 78.87 | 103.8 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 36 | 0.63 | 0 | 0.66 | 0.58 | 116.62 | 0.5 | 0.28 |
| Hex | 28 | 6B | 24 | 3F | 0 | 42 | 3A | 75 | 32 | 1C |
| Octal | 50 | 153 | 44 | 77 | 0 | 102 | 72 | 165 | 62 | 34 |
| Binary | 101000 | 1101011 | 100100 | 111111 | 0 | 1000010 | 111010 | 1110101 | 110010 | 11100 |
Color Harmonies of #286B24
Complementary color
Monochromatic Colors of #286B24
Black with #286B24
Text Example
Text Example
White with #286B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B24; }
p { color: rgb(40,107,36); }
H1.HeaderClassName
{
color: #286B24;
}
.AnyTagClassName
{
color: #286B24;
}
</style>
background-color css
<style>
a { background-color: #286B24; }
a { background-color: rgb(40,107,36); }
div.DivClassName
{
background-color: #286B24;
}
.BgClassName
{
background-color: #286B24;
}
</style>
border-color css
<style>
span { border-color: #286B24; }
span { border-color: rgb(40,107,36); }
td.TdClassName
{
border-color: #286B24;
}
.TagClassName
{
border-color: #286B24;
}
</style>