Shades of San Felix #28671D
Tints of San Felix #28671D
RGB
CMYK
RGB Variations
Color information
#28671D (or 0x28671D) is known color: San Felix. HEX triplet: 28, 67 and 1D. RGB value is (40,103,29). Sum of RGB (Red+Green+Blue) = 40+103+29=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #28671D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28671D is #D798E2. Grayscale: #4B4B4B. Windows color (decimal): -14129379 or 1926952. OLE color: 1926952.
HSL color Cylindrical-coordinate representation of color #28671D: hue angle of 111.08º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28671D is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 29 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.60 |
| HSL | 111.08º | 0.56% | 0.26% | - |
| HSV(B) | 111.08º | 0.72% | 0.4% | - |
| XYZ | 5.95 | 10.24 | 2.83 | - |
| YUV | 75.73 | 101.63 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 29 | 0.61 | 0 | 0.72 | 0.60 | 111.08 | 0.56 | 0.26 |
| Hex | 28 | 67 | 1D | 3D | 0 | 48 | 3C | 6F | 38 | 1A |
| Octal | 50 | 147 | 35 | 75 | 0 | 110 | 74 | 157 | 70 | 32 |
| Binary | 101000 | 1100111 | 11101 | 111101 | 0 | 1001000 | 111100 | 1101111 | 111000 | 11010 |
Color Harmonies of #28671D
Complementary color
Monochromatic Colors of #28671D
Black with #28671D
Text Example
Text Example
White with #28671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28671D; }
p { color: rgb(40,103,29); }
H1.HeaderClassName
{
color: #28671D;
}
.AnyTagClassName
{
color: #28671D;
}
</style>
background-color css
<style>
a { background-color: #28671D; }
a { background-color: rgb(40,103,29); }
div.DivClassName
{
background-color: #28671D;
}
.BgClassName
{
background-color: #28671D;
}
</style>
border-color css
<style>
span { border-color: #28671D; }
span { border-color: rgb(40,103,29); }
td.TdClassName
{
border-color: #28671D;
}
.TagClassName
{
border-color: #28671D;
}
</style>