Shades of English Holly #283C31
Tints of English Holly #283C31
RGB
CMYK
RGB Variations
Color information
#283C31 (or 0x283C31) is known color: English Holly. HEX triplet: 28, 3C and 31. RGB value is (40,60,49). Sum of RGB (Red+Green+Blue) = 40+60+49=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 60 (23.83% from 255 or 40.27% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 60 - color contains mainly: green. Hex color #283C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283C31 is #D7C3CE. Grayscale: #343434. Windows color (decimal): -14140367 or 3226664. OLE color: 3226664.
HSL color Cylindrical-coordinate representation of color #283C31: hue angle of 147º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #283C31 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 60 | 49 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.76 |
| HSL | 147º | 0.2% | 0.2% | - |
| HSV(B) | 147º | 0.33% | 0.24% | - |
| XYZ | 3.05 | 3.9 | 3.5 | - |
| YUV | 52.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 60 | 49 | 0.33 | 0 | 0.18 | 0.76 | 147 | 0.2 | 0.2 |
| Hex | 28 | 3C | 31 | 21 | 0 | 12 | 4C | 93 | 14 | 14 |
| Octal | 50 | 74 | 61 | 41 | 0 | 22 | 114 | 223 | 24 | 24 |
| Binary | 101000 | 111100 | 110001 | 100001 | 0 | 10010 | 1001100 | 10010011 | 10100 | 10100 |
Color Harmonies of #283C31
Complementary color
Monochromatic Colors of #283C31
Black with #283C31
Text Example
Text Example
White with #283C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283C31; }
p { color: rgb(40,60,49); }
H1.HeaderClassName
{
color: #283C31;
}
.AnyTagClassName
{
color: #283C31;
}
</style>
background-color css
<style>
a { background-color: #283C31; }
a { background-color: rgb(40,60,49); }
div.DivClassName
{
background-color: #283C31;
}
.BgClassName
{
background-color: #283C31;
}
</style>
border-color css
<style>
span { border-color: #283C31; }
span { border-color: rgb(40,60,49); }
td.TdClassName
{
border-color: #283C31;
}
.TagClassName
{
border-color: #283C31;
}
</style>