Shades of English Holly #2A4637
Tints of English Holly #2A4637
RGB
CMYK
RGB Variations
Color information
#2A4637 (or 0x2A4637) is known color: English Holly. HEX triplet: 2A, 46 and 37. RGB value is (42,70,55). Sum of RGB (Red+Green+Blue) = 42+70+55=167 (22% of max value = 765). Red value is 42 (16.80% from 255 or 25.15% from 167); Green value is 70 (27.73% from 255 or 41.92% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 70 - color contains mainly: green. Hex color #2A4637 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4637 is #D5B9C8. Grayscale: #3B3B3B. Windows color (decimal): -14006729 or 3622442. OLE color: 3622442.
HSL color Cylindrical-coordinate representation of color #2A4637: hue angle of 147.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2A4637 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 70 | 55 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.73 |
| HSL | 147.86º | 0.25% | 0.22% | - |
| HSV(B) | 147.86º | 0.4% | 0.27% | - |
| XYZ | 3.83 | 5.15 | 4.41 | - |
| YUV | 59.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 70 | 55 | 0.40 | 0 | 0.21 | 0.73 | 147.86 | 0.25 | 0.22 |
| Hex | 2A | 46 | 37 | 28 | 0 | 15 | 49 | 94 | 19 | 16 |
| Octal | 52 | 106 | 67 | 50 | 0 | 25 | 111 | 224 | 31 | 26 |
| Binary | 101010 | 1000110 | 110111 | 101000 | 0 | 10101 | 1001001 | 10010100 | 11001 | 10110 |
Color Harmonies of #2A4637
Complementary color
Monochromatic Colors of #2A4637
Black with #2A4637
Text Example
Text Example
White with #2A4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4637; }
p { color: rgb(42,70,55); }
H1.HeaderClassName
{
color: #2A4637;
}
.AnyTagClassName
{
color: #2A4637;
}
</style>
background-color css
<style>
a { background-color: #2A4637; }
a { background-color: rgb(42,70,55); }
div.DivClassName
{
background-color: #2A4637;
}
.BgClassName
{
background-color: #2A4637;
}
</style>
border-color css
<style>
span { border-color: #2A4637; }
span { border-color: rgb(42,70,55); }
td.TdClassName
{
border-color: #2A4637;
}
.TagClassName
{
border-color: #2A4637;
}
</style>