Shades of San Felix #286E31
Tints of San Felix #286E31
RGB
CMYK
RGB Variations
Color information
#286E31 (or 0x286E31) is known color: San Felix. HEX triplet: 28, 6E and 31. RGB value is (40,110,49). Sum of RGB (Red+Green+Blue) = 40+110+49=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 49 (19.53% from 255 or 24.62% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #286E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E31 is #D791CE. Grayscale: #525252. Windows color (decimal): -14127567 or 3239464. OLE color: 3239464.
HSL color Cylindrical-coordinate representation of color #286E31: hue angle of 127.71º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286E31 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 49 | - |
| CMYK | 0.64 | 0 | 0.55 | 0.57 |
| HSL | 127.71º | 0.47% | 0.29% | - |
| HSV(B) | 127.71º | 0.64% | 0.43% | - |
| XYZ | 7.01 | 11.82 | 4.82 | - |
| YUV | 82.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 49 | 0.64 | 0 | 0.55 | 0.57 | 127.71 | 0.47 | 0.29 |
| Hex | 28 | 6E | 31 | 40 | 0 | 37 | 39 | 80 | 2F | 1D |
| Octal | 50 | 156 | 61 | 100 | 0 | 67 | 71 | 200 | 57 | 35 |
| Binary | 101000 | 1101110 | 110001 | 1000000 | 0 | 110111 | 111001 | 10000000 | 101111 | 11101 |
Color Harmonies of #286E31
Complementary color
Monochromatic Colors of #286E31
Black with #286E31
Text Example
Text Example
White with #286E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E31; }
p { color: rgb(40,110,49); }
H1.HeaderClassName
{
color: #286E31;
}
.AnyTagClassName
{
color: #286E31;
}
</style>
background-color css
<style>
a { background-color: #286E31; }
a { background-color: rgb(40,110,49); }
div.DivClassName
{
background-color: #286E31;
}
.BgClassName
{
background-color: #286E31;
}
</style>
border-color css
<style>
span { border-color: #286E31; }
span { border-color: rgb(40,110,49); }
td.TdClassName
{
border-color: #286E31;
}
.TagClassName
{
border-color: #286E31;
}
</style>