Shades of San Felix #187828
Tints of San Felix #187828
RGB
CMYK
RGB Variations
Color information
#187828 (or 0x187828) is known color: San Felix. HEX triplet: 18, 78 and 28. RGB value is (24,120,40). Sum of RGB (Red+Green+Blue) = 24+120+40=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 120 (47.27% from 255 or 65.22% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 120 - color contains mainly: green. Hex color #187828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187828 is #E787D7. Grayscale: #525252. Windows color (decimal): -15173592 or 2652184. OLE color: 2652184.
HSL color Cylindrical-coordinate representation of color #187828: hue angle of 130º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187828 is Cyan = 0.8, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 24 | 120 | 40 | - |
| CMYK | 0.8 | 0 | 0.67 | 0.53 |
| HSL | 130º | 0.67% | 0.28% | - |
| HSV(B) | 130º | 0.8% | 0.47% | - |
| XYZ | 7.48 | 13.78 | 4.27 | - |
| YUV | 82.18 | 104.2 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 120 | 40 | 0.8 | 0 | 0.67 | 0.53 | 130 | 0.67 | 0.28 |
| Hex | 18 | 78 | 28 | 50 | 0 | 43 | 35 | 82 | 43 | 1C |
| Octal | 30 | 170 | 50 | 120 | 0 | 103 | 65 | 202 | 103 | 34 |
| Binary | 11000 | 1111000 | 101000 | 1010000 | 0 | 1000011 | 110101 | 10000010 | 1000011 | 11100 |
Color Harmonies of #187828
Complementary color
Monochromatic Colors of #187828
Black with #187828
Text Example
Text Example
White with #187828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187828; }
p { color: rgb(24,120,40); }
H1.HeaderClassName
{
color: #187828;
}
.AnyTagClassName
{
color: #187828;
}
</style>
background-color css
<style>
a { background-color: #187828; }
a { background-color: rgb(24,120,40); }
div.DivClassName
{
background-color: #187828;
}
.BgClassName
{
background-color: #187828;
}
</style>
border-color css
<style>
span { border-color: #187828; }
span { border-color: rgb(24,120,40); }
td.TdClassName
{
border-color: #187828;
}
.TagClassName
{
border-color: #187828;
}
</style>