Shades of Holly #28372E
Tints of Holly #28372E
RGB
CMYK
RGB Variations
Color information
#28372E (or 0x28372E) is known color: Holly. HEX triplet: 28, 37 and 2E. RGB value is (40,55,46). Sum of RGB (Red+Green+Blue) = 40+55+46=141 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.37% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 55 - color contains mainly: green. Hex color #28372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372E is #D7C8D1. Grayscale: #313131. Windows color (decimal): -14141650 or 3028776. OLE color: 3028776.
HSL color Cylindrical-coordinate representation of color #28372E: hue angle of 144º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #28372E is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 46 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.78 |
| HSL | 144º | 0.16% | 0.19% | - |
| HSV(B) | 144º | 0.27% | 0.22% | - |
| XYZ | 2.73 | 3.38 | 3.09 | - |
| YUV | 49.49 | 126.03 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 46 | 0.27 | 0 | 0.16 | 0.78 | 144 | 0.16 | 0.19 |
| Hex | 28 | 37 | 2E | 1B | 0 | 10 | 4E | 90 | 10 | 13 |
| Octal | 50 | 67 | 56 | 33 | 0 | 20 | 116 | 220 | 20 | 23 |
| Binary | 101000 | 110111 | 101110 | 11011 | 0 | 10000 | 1001110 | 10010000 | 10000 | 10011 |
Color Harmonies of #28372E
Complementary color
Monochromatic Colors of #28372E
Black with #28372E
Text Example
Text Example
White with #28372E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28372E; }
p { color: rgb(40,55,46); }
H1.HeaderClassName
{
color: #28372E;
}
.AnyTagClassName
{
color: #28372E;
}
</style>
background-color css
<style>
a { background-color: #28372E; }
a { background-color: rgb(40,55,46); }
div.DivClassName
{
background-color: #28372E;
}
.BgClassName
{
background-color: #28372E;
}
</style>
border-color css
<style>
span { border-color: #28372E; }
span { border-color: rgb(40,55,46); }
td.TdClassName
{
border-color: #28372E;
}
.TagClassName
{
border-color: #28372E;
}
</style>