Shades of San Felix #28642F
Tints of San Felix #28642F
RGB
CMYK
RGB Variations
Color information
#28642F (or 0x28642F) is known color: San Felix. HEX triplet: 28, 64 and 2F. RGB value is (40,100,47). Sum of RGB (Red+Green+Blue) = 40+100+47=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 100 (39.45% from 255 or 53.48% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 100 - color contains mainly: green. Hex color #28642F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28642F is #D79BD0. Grayscale: #4C4C4C. Windows color (decimal): -14130129 or 3105832. OLE color: 3105832.
HSL color Cylindrical-coordinate representation of color #28642F: hue angle of 127º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28642F is Cyan = 0.6, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 47 | - |
| CMYK | 0.6 | 0 | 0.53 | 0.61 |
| HSL | 127º | 0.43% | 0.27% | - |
| HSV(B) | 127º | 0.6% | 0.39% | - |
| XYZ | 5.95 | 9.77 | 4.26 | - |
| YUV | 76.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 47 | 0.6 | 0 | 0.53 | 0.61 | 127 | 0.43 | 0.27 |
| Hex | 28 | 64 | 2F | 3C | 0 | 35 | 3D | 7F | 2B | 1B |
| Octal | 50 | 144 | 57 | 74 | 0 | 65 | 75 | 177 | 53 | 33 |
| Binary | 101000 | 1100100 | 101111 | 111100 | 0 | 110101 | 111101 | 1111111 | 101011 | 11011 |
Color Harmonies of #28642F
Complementary color
Monochromatic Colors of #28642F
Black with #28642F
Text Example
Text Example
White with #28642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28642F; }
p { color: rgb(40,100,47); }
H1.HeaderClassName
{
color: #28642F;
}
.AnyTagClassName
{
color: #28642F;
}
</style>
background-color css
<style>
a { background-color: #28642F; }
a { background-color: rgb(40,100,47); }
div.DivClassName
{
background-color: #28642F;
}
.BgClassName
{
background-color: #28642F;
}
</style>
border-color css
<style>
span { border-color: #28642F; }
span { border-color: rgb(40,100,47); }
td.TdClassName
{
border-color: #28642F;
}
.TagClassName
{
border-color: #28642F;
}
</style>