Shades of San Felix #286E35
Tints of San Felix #286E35
RGB
CMYK
RGB Variations
Color information
#286E35 (or 0x286E35) is known color: San Felix. HEX triplet: 28, 6E and 35. RGB value is (40,110,53). Sum of RGB (Red+Green+Blue) = 40+110+53=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 110 (43.36% from 255 or 54.19% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 110 - color contains mainly: green. Hex color #286E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E35 is #D791CA. Grayscale: #525252. Windows color (decimal): -14127563 or 3501608. OLE color: 3501608.
HSL color Cylindrical-coordinate representation of color #286E35: hue angle of 131.14º 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 #286E35 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 53 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.57 |
| HSL | 131.14º | 0.47% | 0.29% | - |
| HSV(B) | 131.14º | 0.64% | 0.43% | - |
| XYZ | 7.09 | 11.86 | 5.28 | - |
| YUV | 82.57 | 111.31 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 53 | 0.64 | 0 | 0.52 | 0.57 | 131.14 | 0.47 | 0.29 |
| Hex | 28 | 6E | 35 | 40 | 0 | 34 | 39 | 83 | 2F | 1D |
| Octal | 50 | 156 | 65 | 100 | 0 | 64 | 71 | 203 | 57 | 35 |
| Binary | 101000 | 1101110 | 110101 | 1000000 | 0 | 110100 | 111001 | 10000011 | 101111 | 11101 |
Color Harmonies of #286E35
Complementary color
Monochromatic Colors of #286E35
Black with #286E35
Text Example
Text Example
White with #286E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E35; }
p { color: rgb(40,110,53); }
H1.HeaderClassName
{
color: #286E35;
}
.AnyTagClassName
{
color: #286E35;
}
</style>
background-color css
<style>
a { background-color: #286E35; }
a { background-color: rgb(40,110,53); }
div.DivClassName
{
background-color: #286E35;
}
.BgClassName
{
background-color: #286E35;
}
</style>
border-color css
<style>
span { border-color: #286E35; }
span { border-color: rgb(40,110,53); }
td.TdClassName
{
border-color: #286E35;
}
.TagClassName
{
border-color: #286E35;
}
</style>