Shades of English Holly #2A4535
Tints of English Holly #2A4535
RGB
CMYK
RGB Variations
Color information
#2A4535 (or 0x2A4535) is known color: English Holly. HEX triplet: 2A, 45 and 35. RGB value is (42,69,53). Sum of RGB (Red+Green+Blue) = 42+69+53=164 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.61% from 164); Green value is 69 (27.34% from 255 or 42.07% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 69 - color contains mainly: green. Hex color #2A4535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4535 is #D5BACA. Grayscale: #3B3B3B. Windows color (decimal): -14006987 or 3491114. OLE color: 3491114.
HSL color Cylindrical-coordinate representation of color #2A4535: hue angle of 144.44º 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 #2A4535 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 42 | 69 | 53 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.73 |
| HSL | 144.44º | 0.24% | 0.22% | - |
| HSV(B) | 144.44º | 0.39% | 0.27% | - |
| XYZ | 3.73 | 5.01 | 4.14 | - |
| YUV | 59.1 | 124.55 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 69 | 53 | 0.39 | 0 | 0.23 | 0.73 | 144.44 | 0.24 | 0.22 |
| Hex | 2A | 45 | 35 | 27 | 0 | 17 | 49 | 90 | 18 | 16 |
| Octal | 52 | 105 | 65 | 47 | 0 | 27 | 111 | 220 | 30 | 26 |
| Binary | 101010 | 1000101 | 110101 | 100111 | 0 | 10111 | 1001001 | 10010000 | 11000 | 10110 |
Color Harmonies of #2A4535
Complementary color
Monochromatic Colors of #2A4535
Black with #2A4535
Text Example
Text Example
White with #2A4535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4535; }
p { color: rgb(42,69,53); }
H1.HeaderClassName
{
color: #2A4535;
}
.AnyTagClassName
{
color: #2A4535;
}
</style>
background-color css
<style>
a { background-color: #2A4535; }
a { background-color: rgb(42,69,53); }
div.DivClassName
{
background-color: #2A4535;
}
.BgClassName
{
background-color: #2A4535;
}
</style>
border-color css
<style>
span { border-color: #2A4535; }
span { border-color: rgb(42,69,53); }
td.TdClassName
{
border-color: #2A4535;
}
.TagClassName
{
border-color: #2A4535;
}
</style>