Shades of English Holly #2B4336
Tints of English Holly #2B4336
RGB
CMYK
RGB Variations
Color information
#2B4336 (or 0x2B4336) is known color: English Holly. HEX triplet: 2B, 43 and 36. RGB value is (43,67,54). Sum of RGB (Red+Green+Blue) = 43+67+54=164 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.22% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 54 (21.48% from 255 or 32.93% from 164); Max value from RGB is 67 - color contains mainly: green. Hex color #2B4336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4336 is #D4BCC9. Grayscale: #3A3A3A. Windows color (decimal): -13941962 or 3556139. OLE color: 3556139.
HSL color Cylindrical-coordinate representation of color #2B4336: hue angle of 147.5º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4336 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 54 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.74 |
| HSL | 147.5º | 0.22% | 0.22% | - |
| HSV(B) | 147.5º | 0.36% | 0.26% | - |
| XYZ | 3.67 | 4.79 | 4.22 | - |
| YUV | 58.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 54 | 0.36 | 0 | 0.19 | 0.74 | 147.5 | 0.22 | 0.22 |
| Hex | 2B | 43 | 36 | 24 | 0 | 13 | 4A | 94 | 16 | 16 |
| Octal | 53 | 103 | 66 | 44 | 0 | 23 | 112 | 224 | 26 | 26 |
| Binary | 101011 | 1000011 | 110110 | 100100 | 0 | 10011 | 1001010 | 10010100 | 10110 | 10110 |
Color Harmonies of #2B4336
Complementary color
Monochromatic Colors of #2B4336
Black with #2B4336
Text Example
Text Example
White with #2B4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4336; }
p { color: rgb(43,67,54); }
H1.HeaderClassName
{
color: #2B4336;
}
.AnyTagClassName
{
color: #2B4336;
}
</style>
background-color css
<style>
a { background-color: #2B4336; }
a { background-color: rgb(43,67,54); }
div.DivClassName
{
background-color: #2B4336;
}
.BgClassName
{
background-color: #2B4336;
}
</style>
border-color css
<style>
span { border-color: #2B4336; }
span { border-color: rgb(43,67,54); }
td.TdClassName
{
border-color: #2B4336;
}
.TagClassName
{
border-color: #2B4336;
}
</style>