Shades of English Holly #2A4334
Tints of English Holly #2A4334
RGB
CMYK
RGB Variations
Color information
#2A4334 (or 0x2A4334) is known color: English Holly. HEX triplet: 2A, 43 and 34. RGB value is (42,67,52). Sum of RGB (Red+Green+Blue) = 42+67+52=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 52 (20.70% from 255 or 32.30% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #2A4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4334 is #D5BCCB. Grayscale: #393939. Windows color (decimal): -14007500 or 3425066. OLE color: 3425066.
HSL color Cylindrical-coordinate representation of color #2A4334: hue angle of 144º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2A4334 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 67 | 52 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.74 |
| HSL | 144º | 0.23% | 0.21% | - |
| HSV(B) | 144º | 0.37% | 0.26% | - |
| XYZ | 3.58 | 4.75 | 3.98 | - |
| YUV | 57.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 67 | 52 | 0.37 | 0 | 0.22 | 0.74 | 144 | 0.23 | 0.21 |
| Hex | 2A | 43 | 34 | 25 | 0 | 16 | 4A | 90 | 17 | 15 |
| Octal | 52 | 103 | 64 | 45 | 0 | 26 | 112 | 220 | 27 | 25 |
| Binary | 101010 | 1000011 | 110100 | 100101 | 0 | 10110 | 1001010 | 10010000 | 10111 | 10101 |
Color Harmonies of #2A4334
Complementary color
Monochromatic Colors of #2A4334
Black with #2A4334
Text Example
Text Example
White with #2A4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4334; }
p { color: rgb(42,67,52); }
H1.HeaderClassName
{
color: #2A4334;
}
.AnyTagClassName
{
color: #2A4334;
}
</style>
background-color css
<style>
a { background-color: #2A4334; }
a { background-color: rgb(42,67,52); }
div.DivClassName
{
background-color: #2A4334;
}
.BgClassName
{
background-color: #2A4334;
}
</style>
border-color css
<style>
span { border-color: #2A4334; }
span { border-color: rgb(42,67,52); }
td.TdClassName
{
border-color: #2A4334;
}
.TagClassName
{
border-color: #2A4334;
}
</style>