Shades of San Felix #286B33
Tints of San Felix #286B33
RGB
CMYK
RGB Variations
Color information
#286B33 (or 0x286B33) is known color: San Felix. HEX triplet: 28, 6B and 33. RGB value is (40,107,51). Sum of RGB (Red+Green+Blue) = 40+107+51=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 107 (42.19% from 255 or 54.04% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 107 - color contains mainly: green. Hex color #286B33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B33 is #D794CC. Grayscale: #505050. Windows color (decimal): -14128333 or 3369768. OLE color: 3369768.
HSL color Cylindrical-coordinate representation of color #286B33: hue angle of 129.85º 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 #286B33 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 51 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.58 |
| HSL | 129.85º | 0.46% | 0.29% | - |
| HSV(B) | 129.85º | 0.63% | 0.42% | - |
| XYZ | 6.73 | 11.21 | 4.94 | - |
| YUV | 80.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 51 | 0.63 | 0 | 0.52 | 0.58 | 129.85 | 0.46 | 0.29 |
| Hex | 28 | 6B | 33 | 3F | 0 | 34 | 3A | 82 | 2E | 1D |
| Octal | 50 | 153 | 63 | 77 | 0 | 64 | 72 | 202 | 56 | 35 |
| Binary | 101000 | 1101011 | 110011 | 111111 | 0 | 110100 | 111010 | 10000010 | 101110 | 11101 |
Color Harmonies of #286B33
Complementary color
Monochromatic Colors of #286B33
Black with #286B33
Text Example
Text Example
White with #286B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B33; }
p { color: rgb(40,107,51); }
H1.HeaderClassName
{
color: #286B33;
}
.AnyTagClassName
{
color: #286B33;
}
</style>
background-color css
<style>
a { background-color: #286B33; }
a { background-color: rgb(40,107,51); }
div.DivClassName
{
background-color: #286B33;
}
.BgClassName
{
background-color: #286B33;
}
</style>
border-color css
<style>
span { border-color: #286B33; }
span { border-color: rgb(40,107,51); }
td.TdClassName
{
border-color: #286B33;
}
.TagClassName
{
border-color: #286B33;
}
</style>