Shades of English Holly #2B4135
Tints of English Holly #2B4135
RGB
CMYK
RGB Variations
Color information
#2B4135 (or 0x2B4135) is known color: English Holly. HEX triplet: 2B, 41 and 35. RGB value is (43,65,53). Sum of RGB (Red+Green+Blue) = 43+65+53=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #2B4135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4135 is #D4BECA. Grayscale: #393939. Windows color (decimal): -13942475 or 3490091. OLE color: 3490091.
HSL color Cylindrical-coordinate representation of color #2B4135: hue angle of 147.27º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #2B4135 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 43 | 65 | 53 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.75 |
| HSL | 147.27º | 0.2% | 0.21% | - |
| HSV(B) | 147.27º | 0.34% | 0.25% | - |
| XYZ | 3.53 | 4.55 | 4.06 | - |
| YUV | 57.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 65 | 53 | 0.34 | 0 | 0.18 | 0.75 | 147.27 | 0.2 | 0.21 |
| Hex | 2B | 41 | 35 | 22 | 0 | 12 | 4B | 93 | 14 | 15 |
| Octal | 53 | 101 | 65 | 42 | 0 | 22 | 113 | 223 | 24 | 25 |
| Binary | 101011 | 1000001 | 110101 | 100010 | 0 | 10010 | 1001011 | 10010011 | 10100 | 10101 |
Color Harmonies of #2B4135
Complementary color
Monochromatic Colors of #2B4135
Black with #2B4135
Text Example
Text Example
White with #2B4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4135; }
p { color: rgb(43,65,53); }
H1.HeaderClassName
{
color: #2B4135;
}
.AnyTagClassName
{
color: #2B4135;
}
</style>
background-color css
<style>
a { background-color: #2B4135; }
a { background-color: rgb(43,65,53); }
div.DivClassName
{
background-color: #2B4135;
}
.BgClassName
{
background-color: #2B4135;
}
</style>
border-color css
<style>
span { border-color: #2B4135; }
span { border-color: rgb(43,65,53); }
td.TdClassName
{
border-color: #2B4135;
}
.TagClassName
{
border-color: #2B4135;
}
</style>