Shades of San Felix #286B30
Tints of San Felix #286B30
RGB
CMYK
RGB Variations
Color information
#286B30 (or 0x286B30) is known color: San Felix. HEX triplet: 28, 6B and 30. RGB value is (40,107,48). Sum of RGB (Red+Green+Blue) = 40+107+48=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 107 (42.19% from 255 or 54.87% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 107 - color contains mainly: green. Hex color #286B30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B30 is #D794CF. Grayscale: #505050. Windows color (decimal): -14128336 or 3173160. OLE color: 3173160.
HSL color Cylindrical-coordinate representation of color #286B30: hue angle of 127.16º 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 #286B30 is Cyan = 0.63, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 48 | - |
| CMYK | 0.63 | 0 | 0.55 | 0.58 |
| HSL | 127.16º | 0.46% | 0.29% | - |
| HSV(B) | 127.16º | 0.63% | 0.42% | - |
| XYZ | 6.67 | 11.18 | 4.6 | - |
| YUV | 80.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 48 | 0.63 | 0 | 0.55 | 0.58 | 127.16 | 0.46 | 0.29 |
| Hex | 28 | 6B | 30 | 3F | 0 | 37 | 3A | 7F | 2E | 1D |
| Octal | 50 | 153 | 60 | 77 | 0 | 67 | 72 | 177 | 56 | 35 |
| Binary | 101000 | 1101011 | 110000 | 111111 | 0 | 110111 | 111010 | 1111111 | 101110 | 11101 |
Color Harmonies of #286B30
Complementary color
Monochromatic Colors of #286B30
Black with #286B30
Text Example
Text Example
White with #286B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B30; }
p { color: rgb(40,107,48); }
H1.HeaderClassName
{
color: #286B30;
}
.AnyTagClassName
{
color: #286B30;
}
</style>
background-color css
<style>
a { background-color: #286B30; }
a { background-color: rgb(40,107,48); }
div.DivClassName
{
background-color: #286B30;
}
.BgClassName
{
background-color: #286B30;
}
</style>
border-color css
<style>
span { border-color: #286B30; }
span { border-color: rgb(40,107,48); }
td.TdClassName
{
border-color: #286B30;
}
.TagClassName
{
border-color: #286B30;
}
</style>