Shades of San Felix #286B25
Tints of San Felix #286B25
RGB
CMYK
RGB Variations
Color information
#286B25 (or 0x286B25) is known color: San Felix. HEX triplet: 28, 6B and 25. RGB value is (40,107,37). Sum of RGB (Red+Green+Blue) = 40+107+37=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 107 (42.19% from 255 or 58.15% from 184); Blue value is 37 (14.84% from 255 or 20.11% from 184); Max value from RGB is 107 - color contains mainly: green. Hex color #286B25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B25 is #D794DA. Grayscale: #4F4F4F. Windows color (decimal): -14128347 or 2452264. OLE color: 2452264.
HSL color Cylindrical-coordinate representation of color #286B25: hue angle of 117.43º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286B25 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 37 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.58 |
| HSL | 117.43º | 0.49% | 0.28% | - |
| HSV(B) | 117.43º | 0.65% | 0.42% | - |
| XYZ | 6.47 | 11.1 | 3.55 | - |
| YUV | 78.99 | 104.3 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 37 | 0.63 | 0 | 0.65 | 0.58 | 117.43 | 0.49 | 0.28 |
| Hex | 28 | 6B | 25 | 3F | 0 | 41 | 3A | 75 | 31 | 1C |
| Octal | 50 | 153 | 45 | 77 | 0 | 101 | 72 | 165 | 61 | 34 |
| Binary | 101000 | 1101011 | 100101 | 111111 | 0 | 1000001 | 111010 | 1110101 | 110001 | 11100 |
Color Harmonies of #286B25
Complementary color
Monochromatic Colors of #286B25
Black with #286B25
Text Example
Text Example
White with #286B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B25; }
p { color: rgb(40,107,37); }
H1.HeaderClassName
{
color: #286B25;
}
.AnyTagClassName
{
color: #286B25;
}
</style>
background-color css
<style>
a { background-color: #286B25; }
a { background-color: rgb(40,107,37); }
div.DivClassName
{
background-color: #286B25;
}
.BgClassName
{
background-color: #286B25;
}
</style>
border-color css
<style>
span { border-color: #286B25; }
span { border-color: rgb(40,107,37); }
td.TdClassName
{
border-color: #286B25;
}
.TagClassName
{
border-color: #286B25;
}
</style>