Shades of San Felix #28651A
Tints of San Felix #28651A
RGB
CMYK
RGB Variations
Color information
#28651A (or 0x28651A) is known color: San Felix. HEX triplet: 28, 65 and 1A. RGB value is (40,101,26). Sum of RGB (Red+Green+Blue) = 40+101+26=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 101 (39.84% from 255 or 60.48% from 167); Blue value is 26 (10.55% from 255 or 15.57% from 167); Max value from RGB is 101 - color contains mainly: green. Hex color #28651A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28651A is #D79AE5. Grayscale: #4A4A4A. Windows color (decimal): -14129894 or 1729832. OLE color: 1729832.
HSL color Cylindrical-coordinate representation of color #28651A: hue angle of 108.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28651A is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 26 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.60 |
| HSL | 108.8º | 0.59% | 0.25% | - |
| HSV(B) | 108.8º | 0.74% | 0.4% | - |
| XYZ | 5.72 | 9.83 | 2.57 | - |
| YUV | 74.21 | 100.79 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 26 | 0.60 | 0 | 0.74 | 0.60 | 108.8 | 0.59 | 0.25 |
| Hex | 28 | 65 | 1A | 3C | 0 | 4A | 3C | 6D | 3B | 19 |
| Octal | 50 | 145 | 32 | 74 | 0 | 112 | 74 | 155 | 73 | 31 |
| Binary | 101000 | 1100101 | 11010 | 111100 | 0 | 1001010 | 111100 | 1101101 | 111011 | 11001 |
Color Harmonies of #28651A
Complementary color
Monochromatic Colors of #28651A
Black with #28651A
Text Example
Text Example
White with #28651A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28651A; }
p { color: rgb(40,101,26); }
H1.HeaderClassName
{
color: #28651A;
}
.AnyTagClassName
{
color: #28651A;
}
</style>
background-color css
<style>
a { background-color: #28651A; }
a { background-color: rgb(40,101,26); }
div.DivClassName
{
background-color: #28651A;
}
.BgClassName
{
background-color: #28651A;
}
</style>
border-color css
<style>
span { border-color: #28651A; }
span { border-color: rgb(40,101,26); }
td.TdClassName
{
border-color: #28651A;
}
.TagClassName
{
border-color: #28651A;
}
</style>