Shades of San Felix #286B22
Tints of San Felix #286B22
RGB
CMYK
RGB Variations
Color information
#286B22 (or 0x286B22) is known color: San Felix. HEX triplet: 28, 6B and 22. RGB value is (40,107,34). Sum of RGB (Red+Green+Blue) = 40+107+34=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 34 (13.67% from 255 or 18.78% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #286B22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286B22 is #D794DD. Grayscale: #4E4E4E. Windows color (decimal): -14128350 or 2255656. OLE color: 2255656.
HSL color Cylindrical-coordinate representation of color #286B22: hue angle of 115.07º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #286B22 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 107 | 34 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.58 |
| HSL | 115.07º | 0.52% | 0.28% | - |
| HSV(B) | 115.07º | 0.68% | 0.42% | - |
| XYZ | 6.42 | 11.08 | 3.31 | - |
| YUV | 78.65 | 102.8 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 107 | 34 | 0.63 | 0 | 0.68 | 0.58 | 115.07 | 0.52 | 0.28 |
| Hex | 28 | 6B | 22 | 3F | 0 | 44 | 3A | 73 | 34 | 1C |
| Octal | 50 | 153 | 42 | 77 | 0 | 104 | 72 | 163 | 64 | 34 |
| Binary | 101000 | 1101011 | 100010 | 111111 | 0 | 1000100 | 111010 | 1110011 | 110100 | 11100 |
Color Harmonies of #286B22
Complementary color
Monochromatic Colors of #286B22
Black with #286B22
Text Example
Text Example
White with #286B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286B22; }
p { color: rgb(40,107,34); }
H1.HeaderClassName
{
color: #286B22;
}
.AnyTagClassName
{
color: #286B22;
}
</style>
background-color css
<style>
a { background-color: #286B22; }
a { background-color: rgb(40,107,34); }
div.DivClassName
{
background-color: #286B22;
}
.BgClassName
{
background-color: #286B22;
}
</style>
border-color css
<style>
span { border-color: #286B22; }
span { border-color: rgb(40,107,34); }
td.TdClassName
{
border-color: #286B22;
}
.TagClassName
{
border-color: #286B22;
}
</style>