Shades of San Felix #286A33
Tints of San Felix #286A33
RGB
CMYK
RGB Variations
Color information
#286A33 (or 0x286A33) is known color: San Felix. HEX triplet: 28, 6A and 33. RGB value is (40,106,51). Sum of RGB (Red+Green+Blue) = 40+106+51=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 106 (41.80% from 255 or 53.81% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 106 - color contains mainly: green. Hex color #286A33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286A33 is #D795CC. Grayscale: #505050. Windows color (decimal): -14128589 or 3369512. OLE color: 3369512.
HSL color Cylindrical-coordinate representation of color #286A33: hue angle of 130º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #286A33 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 106 | 51 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.58 |
| HSL | 130º | 0.45% | 0.29% | - |
| HSV(B) | 130º | 0.62% | 0.42% | - |
| XYZ | 6.63 | 11 | 4.91 | - |
| YUV | 80 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 106 | 51 | 0.62 | 0 | 0.52 | 0.58 | 130 | 0.45 | 0.29 |
| Hex | 28 | 6A | 33 | 3E | 0 | 34 | 3A | 82 | 2D | 1D |
| Octal | 50 | 152 | 63 | 76 | 0 | 64 | 72 | 202 | 55 | 35 |
| Binary | 101000 | 1101010 | 110011 | 111110 | 0 | 110100 | 111010 | 10000010 | 101101 | 11101 |
Color Harmonies of #286A33
Complementary color
Monochromatic Colors of #286A33
Black with #286A33
Text Example
Text Example
White with #286A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286A33; }
p { color: rgb(40,106,51); }
H1.HeaderClassName
{
color: #286A33;
}
.AnyTagClassName
{
color: #286A33;
}
</style>
background-color css
<style>
a { background-color: #286A33; }
a { background-color: rgb(40,106,51); }
div.DivClassName
{
background-color: #286A33;
}
.BgClassName
{
background-color: #286A33;
}
</style>
border-color css
<style>
span { border-color: #286A33; }
span { border-color: rgb(40,106,51); }
td.TdClassName
{
border-color: #286A33;
}
.TagClassName
{
border-color: #286A33;
}
</style>