Shades of San Felix #286E28
Tints of San Felix #286E28
RGB
CMYK
RGB Variations
Color information
#286E28 (or 0x286E28) is known color: San Felix. HEX triplet: 28, 6E and 28. RGB value is (40,110,40). Sum of RGB (Red+Green+Blue) = 40+110+40=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 110 (43.36% from 255 or 57.89% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 110 - color contains mainly: green. Hex color #286E28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286E28 is #D791D7. Grayscale: #515151. Windows color (decimal): -14127576 or 2649640. OLE color: 2649640.
HSL color Cylindrical-coordinate representation of color #286E28: hue angle of 120º 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 #286E28 is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 40 | 110 | 40 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.57 |
| HSL | 120º | 0.47% | 0.29% | - |
| HSV(B) | 120º | 0.64% | 0.43% | - |
| XYZ | 6.83 | 11.76 | 3.92 | - |
| YUV | 81.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 110 | 40 | 0.64 | 0 | 0.64 | 0.57 | 120 | 0.47 | 0.29 |
| Hex | 28 | 6E | 28 | 40 | 0 | 40 | 39 | 78 | 2F | 1D |
| Octal | 50 | 156 | 50 | 100 | 0 | 100 | 71 | 170 | 57 | 35 |
| Binary | 101000 | 1101110 | 101000 | 1000000 | 0 | 1000000 | 111001 | 1111000 | 101111 | 11101 |
Color Harmonies of #286E28
Complementary color
Monochromatic Colors of #286E28
Black with #286E28
Text Example
Text Example
White with #286E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286E28; }
p { color: rgb(40,110,40); }
H1.HeaderClassName
{
color: #286E28;
}
.AnyTagClassName
{
color: #286E28;
}
</style>
background-color css
<style>
a { background-color: #286E28; }
a { background-color: rgb(40,110,40); }
div.DivClassName
{
background-color: #286E28;
}
.BgClassName
{
background-color: #286E28;
}
</style>
border-color css
<style>
span { border-color: #286E28; }
span { border-color: rgb(40,110,40); }
td.TdClassName
{
border-color: #286E28;
}
.TagClassName
{
border-color: #286E28;
}
</style>