Shades of English Holly #2A4134
Tints of English Holly #2A4134
RGB
CMYK
RGB Variations
Color information
#2A4134 (or 0x2A4134) is known color: English Holly. HEX triplet: 2A, 41 and 34. RGB value is (42,65,52). Sum of RGB (Red+Green+Blue) = 42+65+52=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 52 (20.70% from 255 or 32.70% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #2A4134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4134 is #D5BECB. Grayscale: #383838. Windows color (decimal): -14008012 or 3424554. OLE color: 3424554.
HSL color Cylindrical-coordinate representation of color #2A4134: hue angle of 146.09º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A4134 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 65 | 52 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.75 |
| HSL | 146.09º | 0.21% | 0.21% | - |
| HSV(B) | 146.09º | 0.35% | 0.25% | - |
| XYZ | 3.46 | 4.52 | 3.94 | - |
| YUV | 56.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 65 | 52 | 0.35 | 0 | 0.20 | 0.75 | 146.09 | 0.21 | 0.21 |
| Hex | 2A | 41 | 34 | 23 | 0 | 14 | 4B | 92 | 15 | 15 |
| Octal | 52 | 101 | 64 | 43 | 0 | 24 | 113 | 222 | 25 | 25 |
| Binary | 101010 | 1000001 | 110100 | 100011 | 0 | 10100 | 1001011 | 10010010 | 10101 | 10101 |
Color Harmonies of #2A4134
Complementary color
Monochromatic Colors of #2A4134
Black with #2A4134
Text Example
Text Example
White with #2A4134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4134; }
p { color: rgb(42,65,52); }
H1.HeaderClassName
{
color: #2A4134;
}
.AnyTagClassName
{
color: #2A4134;
}
</style>
background-color css
<style>
a { background-color: #2A4134; }
a { background-color: rgb(42,65,52); }
div.DivClassName
{
background-color: #2A4134;
}
.BgClassName
{
background-color: #2A4134;
}
</style>
border-color css
<style>
span { border-color: #2A4134; }
span { border-color: rgb(42,65,52); }
td.TdClassName
{
border-color: #2A4134;
}
.TagClassName
{
border-color: #2A4134;
}
</style>