Shades of Holly #28392E
Tints of Holly #28392E
RGB
CMYK
RGB Variations
Color information
#28392E (or 0x28392E) is known color: Holly. HEX triplet: 28, 39 and 2E. RGB value is (40,57,46). Sum of RGB (Red+Green+Blue) = 40+57+46=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 57 (22.66% from 255 or 39.86% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 57 - color contains mainly: green. Hex color #28392E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392E is #D7C6D1. Grayscale: #323232. Windows color (decimal): -14141138 or 3029288. OLE color: 3029288.
HSL color Cylindrical-coordinate representation of color #28392E: hue angle of 141.18º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #28392E is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 46 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.78 |
| HSL | 141.18º | 0.18% | 0.19% | - |
| HSV(B) | 141.18º | 0.3% | 0.22% | - |
| XYZ | 2.83 | 3.57 | 3.13 | - |
| YUV | 50.66 | 125.37 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 46 | 0.30 | 0 | 0.19 | 0.78 | 141.18 | 0.18 | 0.19 |
| Hex | 28 | 39 | 2E | 1E | 0 | 13 | 4E | 8D | 12 | 13 |
| Octal | 50 | 71 | 56 | 36 | 0 | 23 | 116 | 215 | 22 | 23 |
| Binary | 101000 | 111001 | 101110 | 11110 | 0 | 10011 | 1001110 | 10001101 | 10010 | 10011 |
Color Harmonies of #28392E
Complementary color
Monochromatic Colors of #28392E
Black with #28392E
Text Example
Text Example
White with #28392E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28392E; }
p { color: rgb(40,57,46); }
H1.HeaderClassName
{
color: #28392E;
}
.AnyTagClassName
{
color: #28392E;
}
</style>
background-color css
<style>
a { background-color: #28392E; }
a { background-color: rgb(40,57,46); }
div.DivClassName
{
background-color: #28392E;
}
.BgClassName
{
background-color: #28392E;
}
</style>
border-color css
<style>
span { border-color: #28392E; }
span { border-color: rgb(40,57,46); }
td.TdClassName
{
border-color: #28392E;
}
.TagClassName
{
border-color: #28392E;
}
</style>