Shades of English Holly #2B3C32
Tints of English Holly #2B3C32
RGB
CMYK
RGB Variations
Color information
#2B3C32 (or 0x2B3C32) is known color: English Holly. HEX triplet: 2B, 3C and 32. RGB value is (43,60,50). Sum of RGB (Red+Green+Blue) = 43+60+50=153 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.10% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 60 - color contains mainly: green. Hex color #2B3C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3C32 is #D4C3CD. Grayscale: #353535. Windows color (decimal): -13943758 or 3292203. OLE color: 3292203.
HSL color Cylindrical-coordinate representation of color #2B3C32: hue angle of 144.71º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3C32 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 43 | 60 | 50 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.76 |
| HSL | 144.71º | 0.17% | 0.2% | - |
| HSV(B) | 144.71º | 0.28% | 0.24% | - |
| XYZ | 3.19 | 3.98 | 3.62 | - |
| YUV | 53.78 | 125.87 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 60 | 50 | 0.28 | 0 | 0.17 | 0.76 | 144.71 | 0.17 | 0.2 |
| Hex | 2B | 3C | 32 | 1C | 0 | 11 | 4C | 91 | 11 | 14 |
| Octal | 53 | 74 | 62 | 34 | 0 | 21 | 114 | 221 | 21 | 24 |
| Binary | 101011 | 111100 | 110010 | 11100 | 0 | 10001 | 1001100 | 10010001 | 10001 | 10100 |
Color Harmonies of #2B3C32
Complementary color
Monochromatic Colors of #2B3C32
Black with #2B3C32
Text Example
Text Example
White with #2B3C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3C32; }
p { color: rgb(43,60,50); }
H1.HeaderClassName
{
color: #2B3C32;
}
.AnyTagClassName
{
color: #2B3C32;
}
</style>
background-color css
<style>
a { background-color: #2B3C32; }
a { background-color: rgb(43,60,50); }
div.DivClassName
{
background-color: #2B3C32;
}
.BgClassName
{
background-color: #2B3C32;
}
</style>
border-color css
<style>
span { border-color: #2B3C32; }
span { border-color: rgb(43,60,50); }
td.TdClassName
{
border-color: #2B3C32;
}
.TagClassName
{
border-color: #2B3C32;
}
</style>