Shades of San Felix #28702C
Tints of San Felix #28702C
RGB
CMYK
RGB Variations
Color information
#28702C (or 0x28702C) is known color: San Felix. HEX triplet: 28, 70 and 2C. RGB value is (40,112,44). Sum of RGB (Red+Green+Blue) = 40+112+44=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #28702C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28702C is #D78FD3. Grayscale: #525252. Windows color (decimal): -14127060 or 2912296. OLE color: 2912296.
HSL color Cylindrical-coordinate representation of color #28702C: hue angle of 123.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #28702C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 112 | 44 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.56 |
| HSL | 123.33º | 0.47% | 0.3% | - |
| HSV(B) | 123.33º | 0.64% | 0.44% | - |
| XYZ | 7.12 | 12.22 | 4.37 | - |
| YUV | 82.72 | 106.15 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 112 | 44 | 0.64 | 0 | 0.61 | 0.56 | 123.33 | 0.47 | 0.3 |
| Hex | 28 | 70 | 2C | 40 | 0 | 3D | 38 | 7B | 2F | 1E |
| Octal | 50 | 160 | 54 | 100 | 0 | 75 | 70 | 173 | 57 | 36 |
| Binary | 101000 | 1110000 | 101100 | 1000000 | 0 | 111101 | 111000 | 1111011 | 101111 | 11110 |
Color Harmonies of #28702C
Complementary color
Monochromatic Colors of #28702C
Black with #28702C
Text Example
Text Example
White with #28702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28702C; }
p { color: rgb(40,112,44); }
H1.HeaderClassName
{
color: #28702C;
}
.AnyTagClassName
{
color: #28702C;
}
</style>
background-color css
<style>
a { background-color: #28702C; }
a { background-color: rgb(40,112,44); }
div.DivClassName
{
background-color: #28702C;
}
.BgClassName
{
background-color: #28702C;
}
</style>
border-color css
<style>
span { border-color: #28702C; }
span { border-color: rgb(40,112,44); }
td.TdClassName
{
border-color: #28702C;
}
.TagClassName
{
border-color: #28702C;
}
</style>