Shades of English Holly #2A4032
Tints of English Holly #2A4032
RGB
CMYK
RGB Variations
Color information
#2A4032 (or 0x2A4032) is known color: English Holly. HEX triplet: 2A, 40 and 32. RGB value is (42,64,50). Sum of RGB (Red+Green+Blue) = 42+64+50=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #2A4032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4032 is #D5BFCD. Grayscale: #373737. Windows color (decimal): -14008270 or 3293226. OLE color: 3293226.
HSL color Cylindrical-coordinate representation of color #2A4032: hue angle of 141.82º degrees, saturation: 0.21, 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 #2A4032 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 64 | 50 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.75 |
| HSL | 141.82º | 0.21% | 0.21% | - |
| HSV(B) | 141.82º | 0.34% | 0.25% | - |
| XYZ | 3.36 | 4.39 | 3.69 | - |
| YUV | 55.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 50 | 0.34 | 0 | 0.22 | 0.75 | 141.82 | 0.21 | 0.21 |
| Hex | 2A | 40 | 32 | 22 | 0 | 16 | 4B | 8E | 15 | 15 |
| Octal | 52 | 100 | 62 | 42 | 0 | 26 | 113 | 216 | 25 | 25 |
| Binary | 101010 | 1000000 | 110010 | 100010 | 0 | 10110 | 1001011 | 10001110 | 10101 | 10101 |
Color Harmonies of #2A4032
Complementary color
Monochromatic Colors of #2A4032
Black with #2A4032
Text Example
Text Example
White with #2A4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4032; }
p { color: rgb(42,64,50); }
H1.HeaderClassName
{
color: #2A4032;
}
.AnyTagClassName
{
color: #2A4032;
}
</style>
background-color css
<style>
a { background-color: #2A4032; }
a { background-color: rgb(42,64,50); }
div.DivClassName
{
background-color: #2A4032;
}
.BgClassName
{
background-color: #2A4032;
}
</style>
border-color css
<style>
span { border-color: #2A4032; }
span { border-color: rgb(42,64,50); }
td.TdClassName
{
border-color: #2A4032;
}
.TagClassName
{
border-color: #2A4032;
}
</style>