Shades of San Felix #28652A
Tints of San Felix #28652A
RGB
CMYK
RGB Variations
Color information
#28652A (or 0x28652A) is known color: San Felix. HEX triplet: 28, 65 and 2A. RGB value is (40,101,42). Sum of RGB (Red+Green+Blue) = 40+101+42=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 42 (16.80% from 255 or 22.95% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #28652A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #28652A is #D79AD5. Grayscale: #4C4C4C. Windows color (decimal): -14129878 or 2778408. OLE color: 2778408.
HSL color Cylindrical-coordinate representation of color #28652A: hue angle of 121.97º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #28652A is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 101 | 42 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.60 |
| HSL | 121.97º | 0.43% | 0.28% | - |
| HSV(B) | 121.97º | 0.6% | 0.4% | - |
| XYZ | 5.95 | 9.93 | 3.79 | - |
| YUV | 76.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 101 | 42 | 0.60 | 0 | 0.58 | 0.60 | 121.97 | 0.43 | 0.28 |
| Hex | 28 | 65 | 2A | 3C | 0 | 3A | 3C | 7A | 2B | 1C |
| Octal | 50 | 145 | 52 | 74 | 0 | 72 | 74 | 172 | 53 | 34 |
| Binary | 101000 | 1100101 | 101010 | 111100 | 0 | 111010 | 111100 | 1111010 | 101011 | 11100 |
Color Harmonies of #28652A
Complementary color
Monochromatic Colors of #28652A
Black with #28652A
Text Example
Text Example
White with #28652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28652A; }
p { color: rgb(40,101,42); }
H1.HeaderClassName
{
color: #28652A;
}
.AnyTagClassName
{
color: #28652A;
}
</style>
background-color css
<style>
a { background-color: #28652A; }
a { background-color: rgb(40,101,42); }
div.DivClassName
{
background-color: #28652A;
}
.BgClassName
{
background-color: #28652A;
}
</style>
border-color css
<style>
span { border-color: #28652A; }
span { border-color: rgb(40,101,42); }
td.TdClassName
{
border-color: #28652A;
}
.TagClassName
{
border-color: #28652A;
}
</style>