Shades of San Felix #286B32
Tints of San Felix #286B32
RGB
CMYK
RGB Variations
Color information
#286B32 (or 0x286B32) is known color: San Felix. HEX triplet: 28, 6B and 32. RGB value is (40,107,50). Sum of RGB (Red+Green+Blue) = 40+107+50=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #286B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B32 is #D794CD. Grayscale: #505050. Windows color (decimal): -14128334 or 3304232. OLE color: 3304232.
HSL color Cylindrical-coordinate representation of color #286B32: hue angle of 128.96º 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 #286B32 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 50 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.58 |
| HSL | 128.96º | 0.46% | 0.29% | - |
| HSV(B) | 128.96º | 0.63% | 0.42% | - |
| XYZ | 6.71 | 11.2 | 4.83 | - |
| YUV | 80.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 50 | 0.63 | 0 | 0.53 | 0.58 | 128.96 | 0.46 | 0.29 |
| Hex | 28 | 6B | 32 | 3F | 0 | 35 | 3A | 81 | 2E | 1D |
| Octal | 50 | 153 | 62 | 77 | 0 | 65 | 72 | 201 | 56 | 35 |
| Binary | 101000 | 1101011 | 110010 | 111111 | 0 | 110101 | 111010 | 10000001 | 101110 | 11101 |
Color Harmonies of #286B32
Complementary color
Monochromatic Colors of #286B32
Black with #286B32
Text Example
Text Example
White with #286B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B32; }
p { color: rgb(40,107,50); }
H1.HeaderClassName
{
color: #286B32;
}
.AnyTagClassName
{
color: #286B32;
}
</style>
background-color css
<style>
a { background-color: #286B32; }
a { background-color: rgb(40,107,50); }
div.DivClassName
{
background-color: #286B32;
}
.BgClassName
{
background-color: #286B32;
}
</style>
border-color css
<style>
span { border-color: #286B32; }
span { border-color: rgb(40,107,50); }
td.TdClassName
{
border-color: #286B32;
}
.TagClassName
{
border-color: #286B32;
}
</style>