Shades of San Felix #28632D
Tints of San Felix #28632D
RGB
CMYK
RGB Variations
Color information
#28632D (or 0x28632D) is known color: San Felix. HEX triplet: 28, 63 and 2D. RGB value is (40,99,45). Sum of RGB (Red+Green+Blue) = 40+99+45=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 99 (39.06% from 255 or 53.80% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 99 - color contains mainly: green. Hex color #28632D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28632D is #D79CD2. Grayscale: #4B4B4B. Windows color (decimal): -14130387 or 2974504. OLE color: 2974504.
HSL color Cylindrical-coordinate representation of color #28632D: hue angle of 125.08º degrees, saturation: 0.42, 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 #28632D is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 99 | 45 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.61 |
| HSL | 125.08º | 0.42% | 0.27% | - |
| HSV(B) | 125.08º | 0.6% | 0.39% | - |
| XYZ | 5.81 | 9.56 | 4.02 | - |
| YUV | 75.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 99 | 45 | 0.60 | 0 | 0.55 | 0.61 | 125.08 | 0.42 | 0.27 |
| Hex | 28 | 63 | 2D | 3C | 0 | 37 | 3D | 7D | 2A | 1B |
| Octal | 50 | 143 | 55 | 74 | 0 | 67 | 75 | 175 | 52 | 33 |
| Binary | 101000 | 1100011 | 101101 | 111100 | 0 | 110111 | 111101 | 1111101 | 101010 | 11011 |
Color Harmonies of #28632D
Complementary color
Monochromatic Colors of #28632D
Black with #28632D
Text Example
Text Example
White with #28632D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28632D; }
p { color: rgb(40,99,45); }
H1.HeaderClassName
{
color: #28632D;
}
.AnyTagClassName
{
color: #28632D;
}
</style>
background-color css
<style>
a { background-color: #28632D; }
a { background-color: rgb(40,99,45); }
div.DivClassName
{
background-color: #28632D;
}
.BgClassName
{
background-color: #28632D;
}
</style>
border-color css
<style>
span { border-color: #28632D; }
span { border-color: rgb(40,99,45); }
td.TdClassName
{
border-color: #28632D;
}
.TagClassName
{
border-color: #28632D;
}
</style>