Shades of Holly #28392F
Tints of Holly #28392F
RGB
CMYK
RGB Variations
Color information
#28392F (or 0x28392F) is known color: Holly. HEX triplet: 28, 39 and 2F. RGB value is (40,57,47). Sum of RGB (Red+Green+Blue) = 40+57+47=144 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.78% from 144); Green value is 57 (22.66% from 255 or 39.58% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 57 - color contains mainly: green. Hex color #28392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28392F is #D7C6D0. Grayscale: #323232. Windows color (decimal): -14141137 or 3094824. OLE color: 3094824.
HSL color Cylindrical-coordinate representation of color #28392F: hue angle of 144.71º 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 #28392F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 40 | 57 | 47 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.78 |
| HSL | 144.71º | 0.18% | 0.19% | - |
| HSV(B) | 144.71º | 0.3% | 0.22% | - |
| XYZ | 2.85 | 3.58 | 3.23 | - |
| YUV | 50.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 57 | 47 | 0.30 | 0 | 0.18 | 0.78 | 144.71 | 0.18 | 0.19 |
| Hex | 28 | 39 | 2F | 1E | 0 | 12 | 4E | 91 | 12 | 13 |
| Octal | 50 | 71 | 57 | 36 | 0 | 22 | 116 | 221 | 22 | 23 |
| Binary | 101000 | 111001 | 101111 | 11110 | 0 | 10010 | 1001110 | 10010001 | 10010 | 10011 |
Color Harmonies of #28392F
Complementary color
Monochromatic Colors of #28392F
Black with #28392F
Text Example
Text Example
White with #28392F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28392F; }
p { color: rgb(40,57,47); }
H1.HeaderClassName
{
color: #28392F;
}
.AnyTagClassName
{
color: #28392F;
}
</style>
background-color css
<style>
a { background-color: #28392F; }
a { background-color: rgb(40,57,47); }
div.DivClassName
{
background-color: #28392F;
}
.BgClassName
{
background-color: #28392F;
}
</style>
border-color css
<style>
span { border-color: #28392F; }
span { border-color: rgb(40,57,47); }
td.TdClassName
{
border-color: #28392F;
}
.TagClassName
{
border-color: #28392F;
}
</style>