Shades of San Felix #28672C
Tints of San Felix #28672C
RGB
CMYK
RGB Variations
Color information
#28672C (or 0x28672C) is known color: San Felix. HEX triplet: 28, 67 and 2C. RGB value is (40,103,44). Sum of RGB (Red+Green+Blue) = 40+103+44=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #28672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28672C is #D798D3. Grayscale: #4D4D4D. Windows color (decimal): -14129364 or 2909992. OLE color: 2909992.
HSL color Cylindrical-coordinate representation of color #28672C: hue angle of 123.81º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #28672C is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 103 | 44 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.60 |
| HSL | 123.81º | 0.44% | 0.28% | - |
| HSV(B) | 123.81º | 0.61% | 0.4% | - |
| XYZ | 6.18 | 10.33 | 4.05 | - |
| YUV | 77.44 | 109.13 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 103 | 44 | 0.61 | 0 | 0.57 | 0.60 | 123.81 | 0.44 | 0.28 |
| Hex | 28 | 67 | 2C | 3D | 0 | 39 | 3C | 7C | 2C | 1C |
| Octal | 50 | 147 | 54 | 75 | 0 | 71 | 74 | 174 | 54 | 34 |
| Binary | 101000 | 1100111 | 101100 | 111101 | 0 | 111001 | 111100 | 1111100 | 101100 | 11100 |
Color Harmonies of #28672C
Complementary color
Monochromatic Colors of #28672C
Black with #28672C
Text Example
Text Example
White with #28672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28672C; }
p { color: rgb(40,103,44); }
H1.HeaderClassName
{
color: #28672C;
}
.AnyTagClassName
{
color: #28672C;
}
</style>
background-color css
<style>
a { background-color: #28672C; }
a { background-color: rgb(40,103,44); }
div.DivClassName
{
background-color: #28672C;
}
.BgClassName
{
background-color: #28672C;
}
</style>
border-color css
<style>
span { border-color: #28672C; }
span { border-color: rgb(40,103,44); }
td.TdClassName
{
border-color: #28672C;
}
.TagClassName
{
border-color: #28672C;
}
</style>