Shades of San Felix #286C2C
Tints of San Felix #286C2C
RGB
CMYK
RGB Variations
Color information
#286C2C (or 0x286C2C) is known color: San Felix. HEX triplet: 28, 6C and 2C. RGB value is (40,108,44). Sum of RGB (Red+Green+Blue) = 40+108+44=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #286C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C2C is #D793D3. Grayscale: #505050. Windows color (decimal): -14128084 or 2911272. OLE color: 2911272.
HSL color Cylindrical-coordinate representation of color #286C2C: hue angle of 123.53º 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 #286C2C is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 44 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.58 |
| HSL | 123.53º | 0.46% | 0.29% | - |
| HSV(B) | 123.53º | 0.63% | 0.42% | - |
| XYZ | 6.69 | 11.36 | 4.22 | - |
| YUV | 80.37 | 107.47 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 44 | 0.63 | 0 | 0.59 | 0.58 | 123.53 | 0.46 | 0.29 |
| Hex | 28 | 6C | 2C | 3F | 0 | 3B | 3A | 7C | 2E | 1D |
| Octal | 50 | 154 | 54 | 77 | 0 | 73 | 72 | 174 | 56 | 35 |
| Binary | 101000 | 1101100 | 101100 | 111111 | 0 | 111011 | 111010 | 1111100 | 101110 | 11101 |
Color Harmonies of #286C2C
Complementary color
Monochromatic Colors of #286C2C
Black with #286C2C
Text Example
Text Example
White with #286C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C2C; }
p { color: rgb(40,108,44); }
H1.HeaderClassName
{
color: #286C2C;
}
.AnyTagClassName
{
color: #286C2C;
}
</style>
background-color css
<style>
a { background-color: #286C2C; }
a { background-color: rgb(40,108,44); }
div.DivClassName
{
background-color: #286C2C;
}
.BgClassName
{
background-color: #286C2C;
}
</style>
border-color css
<style>
span { border-color: #286C2C; }
span { border-color: rgb(40,108,44); }
td.TdClassName
{
border-color: #286C2C;
}
.TagClassName
{
border-color: #286C2C;
}
</style>