Shades of San Felix #286A27
Tints of San Felix #286A27
RGB
CMYK
RGB Variations
Color information
#286A27 (or 0x286A27) is known color: San Felix. HEX triplet: 28, 6A and 27. RGB value is (40,106,39). Sum of RGB (Red+Green+Blue) = 40+106+39=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 106 (41.80% from 255 or 57.30% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 106 - color contains mainly: green. Hex color #286A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A27 is #D795D8. Grayscale: #4E4E4E. Windows color (decimal): -14128601 or 2583080. OLE color: 2583080.
HSL color Cylindrical-coordinate representation of color #286A27: hue angle of 119.1º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286A27 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 39 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.58 |
| HSL | 119.1º | 0.46% | 0.28% | - |
| HSV(B) | 119.1º | 0.63% | 0.42% | - |
| XYZ | 6.4 | 10.91 | 3.69 | - |
| YUV | 78.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 39 | 0.62 | 0 | 0.63 | 0.58 | 119.1 | 0.46 | 0.28 |
| Hex | 28 | 6A | 27 | 3E | 0 | 3F | 3A | 77 | 2E | 1C |
| Octal | 50 | 152 | 47 | 76 | 0 | 77 | 72 | 167 | 56 | 34 |
| Binary | 101000 | 1101010 | 100111 | 111110 | 0 | 111111 | 111010 | 1110111 | 101110 | 11100 |
Color Harmonies of #286A27
Complementary color
Monochromatic Colors of #286A27
Black with #286A27
Text Example
Text Example
White with #286A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A27; }
p { color: rgb(40,106,39); }
H1.HeaderClassName
{
color: #286A27;
}
.AnyTagClassName
{
color: #286A27;
}
</style>
background-color css
<style>
a { background-color: #286A27; }
a { background-color: rgb(40,106,39); }
div.DivClassName
{
background-color: #286A27;
}
.BgClassName
{
background-color: #286A27;
}
</style>
border-color css
<style>
span { border-color: #286A27; }
span { border-color: rgb(40,106,39); }
td.TdClassName
{
border-color: #286A27;
}
.TagClassName
{
border-color: #286A27;
}
</style>