Shades of San Felix #286C1B
Tints of San Felix #286C1B
RGB
CMYK
RGB Variations
Color information
#286C1B (or 0x286C1B) is known color: San Felix. HEX triplet: 28, 6C and 1B. RGB value is (40,108,27). Sum of RGB (Red+Green+Blue) = 40+108+27=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 108 (42.58% from 255 or 61.71% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 108 - color contains mainly: green. Hex color #286C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C1B is #D793E4. Grayscale: #4E4E4E. Windows color (decimal): -14128101 or 1797160. OLE color: 1797160.
HSL color Cylindrical-coordinate representation of color #286C1B: hue angle of 110.37º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #286C1B is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 27 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.58 |
| HSL | 110.37º | 0.6% | 0.26% | - |
| HSV(B) | 110.37º | 0.75% | 0.42% | - |
| XYZ | 6.44 | 11.26 | 2.87 | - |
| YUV | 78.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 27 | 0.63 | 0 | 0.75 | 0.58 | 110.37 | 0.6 | 0.26 |
| Hex | 28 | 6C | 1B | 3F | 0 | 4B | 3A | 6E | 3C | 1A |
| Octal | 50 | 154 | 33 | 77 | 0 | 113 | 72 | 156 | 74 | 32 |
| Binary | 101000 | 1101100 | 11011 | 111111 | 0 | 1001011 | 111010 | 1101110 | 111100 | 11010 |
Color Harmonies of #286C1B
Complementary color
Monochromatic Colors of #286C1B
Black with #286C1B
Text Example
Text Example
White with #286C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C1B; }
p { color: rgb(40,108,27); }
H1.HeaderClassName
{
color: #286C1B;
}
.AnyTagClassName
{
color: #286C1B;
}
</style>
background-color css
<style>
a { background-color: #286C1B; }
a { background-color: rgb(40,108,27); }
div.DivClassName
{
background-color: #286C1B;
}
.BgClassName
{
background-color: #286C1B;
}
</style>
border-color css
<style>
span { border-color: #286C1B; }
span { border-color: rgb(40,108,27); }
td.TdClassName
{
border-color: #286C1B;
}
.TagClassName
{
border-color: #286C1B;
}
</style>