Shades of San Felix #286E36
Tints of San Felix #286E36
RGB
CMYK
RGB Variations
Color information
#286E36 (or 0x286E36) is known color: San Felix. HEX triplet: 28, 6E and 36. RGB value is (40,110,54). Sum of RGB (Red+Green+Blue) = 40+110+54=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 110 (43.36% from 255 or 53.92% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 110 - color contains mainly: green. Hex color #286E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E36 is #D791C9. Grayscale: #525252. Windows color (decimal): -14127562 or 3567144. OLE color: 3567144.
HSL color Cylindrical-coordinate representation of color #286E36: hue angle of 132º 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 #286E36 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 54 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.57 |
| HSL | 132º | 0.47% | 0.29% | - |
| HSV(B) | 132º | 0.64% | 0.43% | - |
| XYZ | 7.12 | 11.87 | 5.41 | - |
| YUV | 82.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 54 | 0.64 | 0 | 0.51 | 0.57 | 132 | 0.47 | 0.29 |
| Hex | 28 | 6E | 36 | 40 | 0 | 33 | 39 | 84 | 2F | 1D |
| Octal | 50 | 156 | 66 | 100 | 0 | 63 | 71 | 204 | 57 | 35 |
| Binary | 101000 | 1101110 | 110110 | 1000000 | 0 | 110011 | 111001 | 10000100 | 101111 | 11101 |
Color Harmonies of #286E36
Complementary color
Monochromatic Colors of #286E36
Black with #286E36
Text Example
Text Example
White with #286E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E36; }
p { color: rgb(40,110,54); }
H1.HeaderClassName
{
color: #286E36;
}
.AnyTagClassName
{
color: #286E36;
}
</style>
background-color css
<style>
a { background-color: #286E36; }
a { background-color: rgb(40,110,54); }
div.DivClassName
{
background-color: #286E36;
}
.BgClassName
{
background-color: #286E36;
}
</style>
border-color css
<style>
span { border-color: #286E36; }
span { border-color: rgb(40,110,54); }
td.TdClassName
{
border-color: #286E36;
}
.TagClassName
{
border-color: #286E36;
}
</style>