Shades of San Felix #28641A
Tints of San Felix #28641A
RGB
CMYK
RGB Variations
Color information
#28641A (or 0x28641A) is known color: San Felix. HEX triplet: 28, 64 and 1A. RGB value is (40,100,26). Sum of RGB (Red+Green+Blue) = 40+100+26=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 100 (39.45% from 255 or 60.24% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 100 - color contains mainly: green. Hex color #28641A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28641A is #D79BE5. Grayscale: #494949. Windows color (decimal): -14130150 or 1729576. OLE color: 1729576.
HSL color Cylindrical-coordinate representation of color #28641A: hue angle of 108.65º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28641A is Cyan = 0.6, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 26 | - |
| CMYK | 0.6 | 0 | 0.74 | 0.61 |
| HSL | 108.65º | 0.59% | 0.25% | - |
| HSV(B) | 108.65º | 0.74% | 0.39% | - |
| XYZ | 5.62 | 9.64 | 2.54 | - |
| YUV | 73.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 26 | 0.6 | 0 | 0.74 | 0.61 | 108.65 | 0.59 | 0.25 |
| Hex | 28 | 64 | 1A | 3C | 0 | 4A | 3D | 6D | 3B | 19 |
| Octal | 50 | 144 | 32 | 74 | 0 | 112 | 75 | 155 | 73 | 31 |
| Binary | 101000 | 1100100 | 11010 | 111100 | 0 | 1001010 | 111101 | 1101101 | 111011 | 11001 |
Color Harmonies of #28641A
Complementary color
Monochromatic Colors of #28641A
Black with #28641A
Text Example
Text Example
White with #28641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28641A; }
p { color: rgb(40,100,26); }
H1.HeaderClassName
{
color: #28641A;
}
.AnyTagClassName
{
color: #28641A;
}
</style>
background-color css
<style>
a { background-color: #28641A; }
a { background-color: rgb(40,100,26); }
div.DivClassName
{
background-color: #28641A;
}
.BgClassName
{
background-color: #28641A;
}
</style>
border-color css
<style>
span { border-color: #28641A; }
span { border-color: rgb(40,100,26); }
td.TdClassName
{
border-color: #28641A;
}
.TagClassName
{
border-color: #28641A;
}
</style>