Shades of San Felix #28742D
Tints of San Felix #28742D
RGB
CMYK
RGB Variations
Color information
#28742D (or 0x28742D) is known color: San Felix. HEX triplet: 28, 74 and 2D. RGB value is (40,116,45). Sum of RGB (Red+Green+Blue) = 40+116+45=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 116 (45.70% from 255 or 57.71% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 116 - color contains mainly: green. Hex color #28742D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28742D is #D78BD2. Grayscale: #555555. Windows color (decimal): -14126035 or 2978856. OLE color: 2978856.
HSL color Cylindrical-coordinate representation of color #28742D: hue angle of 123.95º 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 #28742D is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 116 | 45 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.55 |
| HSL | 123.95º | 0.49% | 0.31% | - |
| HSV(B) | 123.95º | 0.66% | 0.45% | - |
| XYZ | 7.59 | 13.13 | 4.62 | - |
| YUV | 85.18 | 105.32 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 116 | 45 | 0.66 | 0 | 0.61 | 0.55 | 123.95 | 0.49 | 0.31 |
| Hex | 28 | 74 | 2D | 42 | 0 | 3D | 37 | 7C | 31 | 1F |
| Octal | 50 | 164 | 55 | 102 | 0 | 75 | 67 | 174 | 61 | 37 |
| Binary | 101000 | 1110100 | 101101 | 1000010 | 0 | 111101 | 110111 | 1111100 | 110001 | 11111 |
Color Harmonies of #28742D
Complementary color
Monochromatic Colors of #28742D
Black with #28742D
Text Example
Text Example
White with #28742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28742D; }
p { color: rgb(40,116,45); }
H1.HeaderClassName
{
color: #28742D;
}
.AnyTagClassName
{
color: #28742D;
}
</style>
background-color css
<style>
a { background-color: #28742D; }
a { background-color: rgb(40,116,45); }
div.DivClassName
{
background-color: #28742D;
}
.BgClassName
{
background-color: #28742D;
}
</style>
border-color css
<style>
span { border-color: #28742D; }
span { border-color: rgb(40,116,45); }
td.TdClassName
{
border-color: #28742D;
}
.TagClassName
{
border-color: #28742D;
}
</style>