Shades of San Felix #28641B
Tints of San Felix #28641B
RGB
CMYK
RGB Variations
Color information
#28641B (or 0x28641B) is known color: San Felix. HEX triplet: 28, 64 and 1B. RGB value is (40,100,27). Sum of RGB (Red+Green+Blue) = 40+100+27=167 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.95% from 167); Green value is 100 (39.45% from 255 or 59.88% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 100 - color contains mainly: green. Hex color #28641B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28641B is #D79BE4. Grayscale: #494949. Windows color (decimal): -14130149 or 1795112. OLE color: 1795112.
HSL color Cylindrical-coordinate representation of color #28641B: hue angle of 109.32º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28641B is Cyan = 0.6, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 100 | 27 | - |
| CMYK | 0.6 | 0 | 0.73 | 0.61 |
| HSL | 109.32º | 0.57% | 0.25% | - |
| HSV(B) | 109.32º | 0.73% | 0.39% | - |
| XYZ | 5.63 | 9.64 | 2.6 | - |
| YUV | 73.74 | 101.62 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 100 | 27 | 0.6 | 0 | 0.73 | 0.61 | 109.32 | 0.57 | 0.25 |
| Hex | 28 | 64 | 1B | 3C | 0 | 49 | 3D | 6D | 39 | 19 |
| Octal | 50 | 144 | 33 | 74 | 0 | 111 | 75 | 155 | 71 | 31 |
| Binary | 101000 | 1100100 | 11011 | 111100 | 0 | 1001001 | 111101 | 1101101 | 111001 | 11001 |
Color Harmonies of #28641B
Complementary color
Monochromatic Colors of #28641B
Black with #28641B
Text Example
Text Example
White with #28641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28641B; }
p { color: rgb(40,100,27); }
H1.HeaderClassName
{
color: #28641B;
}
.AnyTagClassName
{
color: #28641B;
}
</style>
background-color css
<style>
a { background-color: #28641B; }
a { background-color: rgb(40,100,27); }
div.DivClassName
{
background-color: #28641B;
}
.BgClassName
{
background-color: #28641B;
}
</style>
border-color css
<style>
span { border-color: #28641B; }
span { border-color: rgb(40,100,27); }
td.TdClassName
{
border-color: #28641B;
}
.TagClassName
{
border-color: #28641B;
}
</style>