Shades of Holly #28372D
Tints of Holly #28372D
RGB
CMYK
RGB Variations
Color information
#28372D (or 0x28372D) is known color: Holly. HEX triplet: 28, 37 and 2D. RGB value is (40,55,45). Sum of RGB (Red+Green+Blue) = 40+55+45=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 55 (21.88% from 255 or 39.29% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 55 - color contains mainly: green. Hex color #28372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28372D is #D7C8D2. Grayscale: #313131. Windows color (decimal): -14141651 or 2963240. OLE color: 2963240.
HSL color Cylindrical-coordinate representation of color #28372D: hue angle of 140º 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 #28372D is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 55 | 45 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.78 |
| HSL | 140º | 0.16% | 0.19% | - |
| HSV(B) | 140º | 0.27% | 0.22% | - |
| XYZ | 2.71 | 3.37 | 2.99 | - |
| YUV | 49.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 55 | 45 | 0.27 | 0 | 0.18 | 0.78 | 140 | 0.16 | 0.19 |
| Hex | 28 | 37 | 2D | 1B | 0 | 12 | 4E | 8C | 10 | 13 |
| Octal | 50 | 67 | 55 | 33 | 0 | 22 | 116 | 214 | 20 | 23 |
| Binary | 101000 | 110111 | 101101 | 11011 | 0 | 10010 | 1001110 | 10001100 | 10000 | 10011 |
Color Harmonies of #28372D
Complementary color
Monochromatic Colors of #28372D
Black with #28372D
Text Example
Text Example
White with #28372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28372D; }
p { color: rgb(40,55,45); }
H1.HeaderClassName
{
color: #28372D;
}
.AnyTagClassName
{
color: #28372D;
}
</style>
background-color css
<style>
a { background-color: #28372D; }
a { background-color: rgb(40,55,45); }
div.DivClassName
{
background-color: #28372D;
}
.BgClassName
{
background-color: #28372D;
}
</style>
border-color css
<style>
span { border-color: #28372D; }
span { border-color: rgb(40,55,45); }
td.TdClassName
{
border-color: #28372D;
}
.TagClassName
{
border-color: #28372D;
}
</style>