Shades of San Felix #286C2A
Tints of San Felix #286C2A
RGB
CMYK
RGB Variations
Color information
#286C2A (or 0x286C2A) is known color: San Felix. HEX triplet: 28, 6C and 2A. RGB value is (40,108,42). Sum of RGB (Red+Green+Blue) = 40+108+42=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 108 (42.58% from 255 or 56.84% from 190); Blue value is 42 (16.80% from 255 or 22.11% from 190); Max value from RGB is 108 - color contains mainly: green. Hex color #286C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C2A is #D793D5. Grayscale: #505050. Windows color (decimal): -14128086 or 2780200. OLE color: 2780200.
HSL color Cylindrical-coordinate representation of color #286C2A: hue angle of 121.76º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C2A is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 42 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.58 |
| HSL | 121.76º | 0.46% | 0.29% | - |
| HSV(B) | 121.76º | 0.63% | 0.42% | - |
| XYZ | 6.66 | 11.34 | 4.03 | - |
| YUV | 80.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 42 | 0.63 | 0 | 0.61 | 0.58 | 121.76 | 0.46 | 0.29 |
| Hex | 28 | 6C | 2A | 3F | 0 | 3D | 3A | 7A | 2E | 1D |
| Octal | 50 | 154 | 52 | 77 | 0 | 75 | 72 | 172 | 56 | 35 |
| Binary | 101000 | 1101100 | 101010 | 111111 | 0 | 111101 | 111010 | 1111010 | 101110 | 11101 |
Color Harmonies of #286C2A
Complementary color
Monochromatic Colors of #286C2A
Black with #286C2A
Text Example
Text Example
White with #286C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C2A; }
p { color: rgb(40,108,42); }
H1.HeaderClassName
{
color: #286C2A;
}
.AnyTagClassName
{
color: #286C2A;
}
</style>
background-color css
<style>
a { background-color: #286C2A; }
a { background-color: rgb(40,108,42); }
div.DivClassName
{
background-color: #286C2A;
}
.BgClassName
{
background-color: #286C2A;
}
</style>
border-color css
<style>
span { border-color: #286C2A; }
span { border-color: rgb(40,108,42); }
td.TdClassName
{
border-color: #286C2A;
}
.TagClassName
{
border-color: #286C2A;
}
</style>