Shades of San Felix #286C30
Tints of San Felix #286C30
RGB
CMYK
RGB Variations
Color information
#286C30 (or 0x286C30) is known color: San Felix. HEX triplet: 28, 6C and 30. RGB value is (40,108,48). Sum of RGB (Red+Green+Blue) = 40+108+48=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #286C30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #286C30 is #D793CF. Grayscale: #515151. Windows color (decimal): -14128080 or 3173416. OLE color: 3173416.
HSL color Cylindrical-coordinate representation of color #286C30: hue angle of 127.06º 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 #286C30 is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 108 | 48 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.58 |
| HSL | 127.06º | 0.46% | 0.29% | - |
| HSV(B) | 127.06º | 0.63% | 0.42% | - |
| XYZ | 6.77 | 11.39 | 4.64 | - |
| YUV | 80.83 | 109.47 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 108 | 48 | 0.63 | 0 | 0.56 | 0.58 | 127.06 | 0.46 | 0.29 |
| Hex | 28 | 6C | 30 | 3F | 0 | 38 | 3A | 7F | 2E | 1D |
| Octal | 50 | 154 | 60 | 77 | 0 | 70 | 72 | 177 | 56 | 35 |
| Binary | 101000 | 1101100 | 110000 | 111111 | 0 | 111000 | 111010 | 1111111 | 101110 | 11101 |
Color Harmonies of #286C30
Complementary color
Monochromatic Colors of #286C30
Black with #286C30
Text Example
Text Example
White with #286C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #286C30; }
p { color: rgb(40,108,48); }
H1.HeaderClassName
{
color: #286C30;
}
.AnyTagClassName
{
color: #286C30;
}
</style>
background-color css
<style>
a { background-color: #286C30; }
a { background-color: rgb(40,108,48); }
div.DivClassName
{
background-color: #286C30;
}
.BgClassName
{
background-color: #286C30;
}
</style>
border-color css
<style>
span { border-color: #286C30; }
span { border-color: rgb(40,108,48); }
td.TdClassName
{
border-color: #286C30;
}
.TagClassName
{
border-color: #286C30;
}
</style>