Shades of English Holly #2D3B33
Tints of English Holly #2D3B33
RGB
CMYK
RGB Variations
Color information
#2D3B33 (or 0x2D3B33) is known color: English Holly. HEX triplet: 2D, 3B and 33. RGB value is (45,59,51). Sum of RGB (Red+Green+Blue) = 45+59+51=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #2D3B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3B33 is #D2C4CC. Grayscale: #353535. Windows color (decimal): -13812941 or 3357485. OLE color: 3357485.
HSL color Cylindrical-coordinate representation of color #2D3B33: hue angle of 145.71º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D3B33 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 45 | 59 | 51 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.77 |
| HSL | 145.71º | 0.13% | 0.2% | - |
| HSV(B) | 145.71º | 0.24% | 0.23% | - |
| XYZ | 3.24 | 3.92 | 3.72 | - |
| YUV | 53.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 59 | 51 | 0.24 | 0 | 0.14 | 0.77 | 145.71 | 0.13 | 0.2 |
| Hex | 2D | 3B | 33 | 18 | 0 | E | 4D | 92 | D | 14 |
| Octal | 55 | 73 | 63 | 30 | 0 | 16 | 115 | 222 | 15 | 24 |
| Binary | 101101 | 111011 | 110011 | 11000 | 0 | 1110 | 1001101 | 10010010 | 1101 | 10100 |
Color Harmonies of #2D3B33
Complementary color
Monochromatic Colors of #2D3B33
Black with #2D3B33
Text Example
Text Example
White with #2D3B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3B33; }
p { color: rgb(45,59,51); }
H1.HeaderClassName
{
color: #2D3B33;
}
.AnyTagClassName
{
color: #2D3B33;
}
</style>
background-color css
<style>
a { background-color: #2D3B33; }
a { background-color: rgb(45,59,51); }
div.DivClassName
{
background-color: #2D3B33;
}
.BgClassName
{
background-color: #2D3B33;
}
</style>
border-color css
<style>
span { border-color: #2D3B33; }
span { border-color: rgb(45,59,51); }
td.TdClassName
{
border-color: #2D3B33;
}
.TagClassName
{
border-color: #2D3B33;
}
</style>