Shades of San Felix #28742C
Tints of San Felix #28742C
RGB
CMYK
RGB Variations
Color information
#28742C (or 0x28742C) is known color: San Felix. HEX triplet: 28, 74 and 2C. RGB value is (40,116,44). Sum of RGB (Red+Green+Blue) = 40+116+44=200 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #28742C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28742C is #D78BD3. Grayscale: #555555. Windows color (decimal): -14126036 or 2913320. OLE color: 2913320.
HSL color Cylindrical-coordinate representation of color #28742C: hue angle of 123.16º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #28742C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 44 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.55 |
| HSL | 123.16º | 0.49% | 0.31% | - |
| HSV(B) | 123.16º | 0.66% | 0.45% | - |
| XYZ | 7.58 | 13.12 | 4.52 | - |
| YUV | 85.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 44 | 0.66 | 0 | 0.62 | 0.55 | 123.16 | 0.49 | 0.31 |
| Hex | 28 | 74 | 2C | 42 | 0 | 3E | 37 | 7B | 31 | 1F |
| Octal | 50 | 164 | 54 | 102 | 0 | 76 | 67 | 173 | 61 | 37 |
| Binary | 101000 | 1110100 | 101100 | 1000010 | 0 | 111110 | 110111 | 1111011 | 110001 | 11111 |
Color Harmonies of #28742C
Complementary color
Monochromatic Colors of #28742C
Black with #28742C
Text Example
Text Example
White with #28742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28742C; }
p { color: rgb(40,116,44); }
H1.HeaderClassName
{
color: #28742C;
}
.AnyTagClassName
{
color: #28742C;
}
</style>
background-color css
<style>
a { background-color: #28742C; }
a { background-color: rgb(40,116,44); }
div.DivClassName
{
background-color: #28742C;
}
.BgClassName
{
background-color: #28742C;
}
</style>
border-color css
<style>
span { border-color: #28742C; }
span { border-color: rgb(40,116,44); }
td.TdClassName
{
border-color: #28742C;
}
.TagClassName
{
border-color: #28742C;
}
</style>