Shades of English Holly #2A4534
Tints of English Holly #2A4534
RGB
CMYK
RGB Variations
Color information
#2A4534 (or 0x2A4534) is known color: English Holly. HEX triplet: 2A, 45 and 34. RGB value is (42,69,52). Sum of RGB (Red+Green+Blue) = 42+69+52=163 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.77% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 52 (20.70% from 255 or 31.90% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4534 is #D5BACB. Grayscale: #3B3B3B. Windows color (decimal): -14006988 or 3425578. OLE color: 3425578.
HSL color Cylindrical-coordinate representation of color #2A4534: hue angle of 142.22º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #2A4534 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 52 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.73 |
| HSL | 142.22º | 0.24% | 0.22% | - |
| HSV(B) | 142.22º | 0.39% | 0.27% | - |
| XYZ | 3.7 | 5 | 4.02 | - |
| YUV | 58.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 52 | 0.39 | 0 | 0.25 | 0.73 | 142.22 | 0.24 | 0.22 |
| Hex | 2A | 45 | 34 | 27 | 0 | 19 | 49 | 8E | 18 | 16 |
| Octal | 52 | 105 | 64 | 47 | 0 | 31 | 111 | 216 | 30 | 26 |
| Binary | 101010 | 1000101 | 110100 | 100111 | 0 | 11001 | 1001001 | 10001110 | 11000 | 10110 |
Color Harmonies of #2A4534
Complementary color
Monochromatic Colors of #2A4534
Black with #2A4534
Text Example
Text Example
White with #2A4534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4534; }
p { color: rgb(42,69,52); }
H1.HeaderClassName
{
color: #2A4534;
}
.AnyTagClassName
{
color: #2A4534;
}
</style>
background-color css
<style>
a { background-color: #2A4534; }
a { background-color: rgb(42,69,52); }
div.DivClassName
{
background-color: #2A4534;
}
.BgClassName
{
background-color: #2A4534;
}
</style>
border-color css
<style>
span { border-color: #2A4534; }
span { border-color: rgb(42,69,52); }
td.TdClassName
{
border-color: #2A4534;
}
.TagClassName
{
border-color: #2A4534;
}
</style>