Shades of Holly #28342E
Tints of Holly #28342E
RGB
CMYK
RGB Variations
Color information
#28342E (or 0x28342E) is known color: Holly. HEX triplet: 28, 34 and 2E. RGB value is (40,52,46). Sum of RGB (Red+Green+Blue) = 40+52+46=138 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.99% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 52 - color contains mainly: green. Hex color #28342E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28342E is #D7CBD1. Grayscale: #2F2F2F. Windows color (decimal): -14142418 or 3028008. OLE color: 3028008.
HSL color Cylindrical-coordinate representation of color #28342E: hue angle of 150º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #28342E is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 40 | 52 | 46 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.80 |
| HSL | 150º | 0.13% | 0.18% | - |
| HSV(B) | 150º | 0.23% | 0.2% | - |
| XYZ | 2.6 | 3.1 | 3.05 | - |
| YUV | 47.73 | 127.02 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 46 | 0.23 | 0 | 0.12 | 0.80 | 150 | 0.13 | 0.18 |
| Hex | 28 | 34 | 2E | 17 | 0 | C | 50 | 96 | D | 12 |
| Octal | 50 | 64 | 56 | 27 | 0 | 14 | 120 | 226 | 15 | 22 |
| Binary | 101000 | 110100 | 101110 | 10111 | 0 | 1100 | 1010000 | 10010110 | 1101 | 10010 |
Color Harmonies of #28342E
Complementary color
Monochromatic Colors of #28342E
Black with #28342E
Text Example
Text Example
White with #28342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28342E; }
p { color: rgb(40,52,46); }
H1.HeaderClassName
{
color: #28342E;
}
.AnyTagClassName
{
color: #28342E;
}
</style>
background-color css
<style>
a { background-color: #28342E; }
a { background-color: rgb(40,52,46); }
div.DivClassName
{
background-color: #28342E;
}
.BgClassName
{
background-color: #28342E;
}
</style>
border-color css
<style>
span { border-color: #28342E; }
span { border-color: rgb(40,52,46); }
td.TdClassName
{
border-color: #28342E;
}
.TagClassName
{
border-color: #28342E;
}
</style>