Shades of San Felix #286B2F
Tints of San Felix #286B2F
RGB
CMYK
RGB Variations
Color information
#286B2F (or 0x286B2F) is known color: San Felix. HEX triplet: 28, 6B and 2F. RGB value is (40,107,47). Sum of RGB (Red+Green+Blue) = 40+107+47=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 107 (42.19% from 255 or 55.15% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 107 - color contains mainly: green. Hex color #286B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B2F is #D794D0. Grayscale: #505050. Windows color (decimal): -14128337 or 3107624. OLE color: 3107624.
HSL color Cylindrical-coordinate representation of color #286B2F: hue angle of 126.27º 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 #286B2F is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 47 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.58 |
| HSL | 126.27º | 0.46% | 0.29% | - |
| HSV(B) | 126.27º | 0.63% | 0.42% | - |
| XYZ | 6.65 | 11.17 | 4.5 | - |
| YUV | 80.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 47 | 0.63 | 0 | 0.56 | 0.58 | 126.27 | 0.46 | 0.29 |
| Hex | 28 | 6B | 2F | 3F | 0 | 38 | 3A | 7E | 2E | 1D |
| Octal | 50 | 153 | 57 | 77 | 0 | 70 | 72 | 176 | 56 | 35 |
| Binary | 101000 | 1101011 | 101111 | 111111 | 0 | 111000 | 111010 | 1111110 | 101110 | 11101 |
Color Harmonies of #286B2F
Complementary color
Monochromatic Colors of #286B2F
Black with #286B2F
Text Example
Text Example
White with #286B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B2F; }
p { color: rgb(40,107,47); }
H1.HeaderClassName
{
color: #286B2F;
}
.AnyTagClassName
{
color: #286B2F;
}
</style>
background-color css
<style>
a { background-color: #286B2F; }
a { background-color: rgb(40,107,47); }
div.DivClassName
{
background-color: #286B2F;
}
.BgClassName
{
background-color: #286B2F;
}
</style>
border-color css
<style>
span { border-color: #286B2F; }
span { border-color: rgb(40,107,47); }
td.TdClassName
{
border-color: #286B2F;
}
.TagClassName
{
border-color: #286B2F;
}
</style>