Shades of San Felix #28742B
Tints of San Felix #28742B
RGB
CMYK
RGB Variations
Color information
#28742B (or 0x28742B) is known color: San Felix. HEX triplet: 28, 74 and 2B. RGB value is (40,116,43). Sum of RGB (Red+Green+Blue) = 40+116+43=199 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.10% from 199); Green value is 116 (45.70% from 255 or 58.29% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 116 - color contains mainly: green. Hex color #28742B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28742B is #D78BD4. Grayscale: #555555. Windows color (decimal): -14126037 or 2847784. OLE color: 2847784.
HSL color Cylindrical-coordinate representation of color #28742B: hue angle of 122.37º 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 #28742B is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 43 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.55 |
| HSL | 122.37º | 0.49% | 0.31% | - |
| HSV(B) | 122.37º | 0.66% | 0.45% | - |
| XYZ | 7.56 | 13.12 | 4.42 | - |
| YUV | 84.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 43 | 0.66 | 0 | 0.63 | 0.55 | 122.37 | 0.49 | 0.31 |
| Hex | 28 | 74 | 2B | 42 | 0 | 3F | 37 | 7A | 31 | 1F |
| Octal | 50 | 164 | 53 | 102 | 0 | 77 | 67 | 172 | 61 | 37 |
| Binary | 101000 | 1110100 | 101011 | 1000010 | 0 | 111111 | 110111 | 1111010 | 110001 | 11111 |
Color Harmonies of #28742B
Complementary color
Monochromatic Colors of #28742B
Black with #28742B
Text Example
Text Example
White with #28742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28742B; }
p { color: rgb(40,116,43); }
H1.HeaderClassName
{
color: #28742B;
}
.AnyTagClassName
{
color: #28742B;
}
</style>
background-color css
<style>
a { background-color: #28742B; }
a { background-color: rgb(40,116,43); }
div.DivClassName
{
background-color: #28742B;
}
.BgClassName
{
background-color: #28742B;
}
</style>
border-color css
<style>
span { border-color: #28742B; }
span { border-color: rgb(40,116,43); }
td.TdClassName
{
border-color: #28742B;
}
.TagClassName
{
border-color: #28742B;
}
</style>