Shades of San Felix #286B34
Tints of San Felix #286B34
RGB
CMYK
RGB Variations
Color information
#286B34 (or 0x286B34) is known color: San Felix. HEX triplet: 28, 6B and 34. RGB value is (40,107,52). Sum of RGB (Red+Green+Blue) = 40+107+52=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 107 (42.19% from 255 or 53.77% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 107 - color contains mainly: green. Hex color #286B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B34 is #D794CB. Grayscale: #505050. Windows color (decimal): -14128332 or 3435304. OLE color: 3435304.
HSL color Cylindrical-coordinate representation of color #286B34: hue angle of 130.75º 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 #286B34 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 52 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.58 |
| HSL | 130.75º | 0.46% | 0.29% | - |
| HSV(B) | 130.75º | 0.63% | 0.42% | - |
| XYZ | 6.75 | 11.21 | 5.06 | - |
| YUV | 80.7 | 111.8 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 52 | 0.63 | 0 | 0.51 | 0.58 | 130.75 | 0.46 | 0.29 |
| Hex | 28 | 6B | 34 | 3F | 0 | 33 | 3A | 83 | 2E | 1D |
| Octal | 50 | 153 | 64 | 77 | 0 | 63 | 72 | 203 | 56 | 35 |
| Binary | 101000 | 1101011 | 110100 | 111111 | 0 | 110011 | 111010 | 10000011 | 101110 | 11101 |
Color Harmonies of #286B34
Complementary color
Monochromatic Colors of #286B34
Black with #286B34
Text Example
Text Example
White with #286B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B34; }
p { color: rgb(40,107,52); }
H1.HeaderClassName
{
color: #286B34;
}
.AnyTagClassName
{
color: #286B34;
}
</style>
background-color css
<style>
a { background-color: #286B34; }
a { background-color: rgb(40,107,52); }
div.DivClassName
{
background-color: #286B34;
}
.BgClassName
{
background-color: #286B34;
}
</style>
border-color css
<style>
span { border-color: #286B34; }
span { border-color: rgb(40,107,52); }
td.TdClassName
{
border-color: #286B34;
}
.TagClassName
{
border-color: #286B34;
}
</style>