Shades of San Felix #286F2B
Tints of San Felix #286F2B
RGB
CMYK
RGB Variations
Color information
#286F2B (or 0x286F2B) is known color: San Felix. HEX triplet: 28, 6F and 2B. RGB value is (40,111,43). Sum of RGB (Red+Green+Blue) = 40+111+43=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 111 (43.75% from 255 or 57.22% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 111 - color contains mainly: green. Hex color #286F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286F2B is #D790D4. Grayscale: #525252. Windows color (decimal): -14127317 or 2846504. OLE color: 2846504.
HSL color Cylindrical-coordinate representation of color #286F2B: hue angle of 122.54º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F2B is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 111 | 43 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.56 |
| HSL | 122.54º | 0.47% | 0.3% | - |
| HSV(B) | 122.54º | 0.64% | 0.44% | - |
| XYZ | 7 | 11.99 | 4.23 | - |
| YUV | 82.02 | 105.98 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 111 | 43 | 0.64 | 0 | 0.61 | 0.56 | 122.54 | 0.47 | 0.3 |
| Hex | 28 | 6F | 2B | 40 | 0 | 3D | 38 | 7B | 2F | 1E |
| Octal | 50 | 157 | 53 | 100 | 0 | 75 | 70 | 173 | 57 | 36 |
| Binary | 101000 | 1101111 | 101011 | 1000000 | 0 | 111101 | 111000 | 1111011 | 101111 | 11110 |
Color Harmonies of #286F2B
Complementary color
Monochromatic Colors of #286F2B
Black with #286F2B
Text Example
Text Example
White with #286F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286F2B; }
p { color: rgb(40,111,43); }
H1.HeaderClassName
{
color: #286F2B;
}
.AnyTagClassName
{
color: #286F2B;
}
</style>
background-color css
<style>
a { background-color: #286F2B; }
a { background-color: rgb(40,111,43); }
div.DivClassName
{
background-color: #286F2B;
}
.BgClassName
{
background-color: #286F2B;
}
</style>
border-color css
<style>
span { border-color: #286F2B; }
span { border-color: rgb(40,111,43); }
td.TdClassName
{
border-color: #286F2B;
}
.TagClassName
{
border-color: #286F2B;
}
</style>