Shades of English Holly #2A4236
Tints of English Holly #2A4236
RGB
CMYK
RGB Variations
Color information
#2A4236 (or 0x2A4236) is known color: English Holly. HEX triplet: 2A, 42 and 36. RGB value is (42,66,54). Sum of RGB (Red+Green+Blue) = 42+66+54=162 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.93% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 54 (21.48% from 255 or 33.33% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #2A4236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A4236 is #D5BDC9. Grayscale: #393939. Windows color (decimal): -14007754 or 3555882. OLE color: 3555882.
HSL color Cylindrical-coordinate representation of color #2A4236: hue angle of 150º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2A4236 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 42 | 66 | 54 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.74 |
| HSL | 150º | 0.22% | 0.21% | - |
| HSV(B) | 150º | 0.36% | 0.26% | - |
| XYZ | 3.57 | 4.66 | 4.2 | - |
| YUV | 57.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 54 | 0.36 | 0 | 0.18 | 0.74 | 150 | 0.22 | 0.21 |
| Hex | 2A | 42 | 36 | 24 | 0 | 12 | 4A | 96 | 16 | 15 |
| Octal | 52 | 102 | 66 | 44 | 0 | 22 | 112 | 226 | 26 | 25 |
| Binary | 101010 | 1000010 | 110110 | 100100 | 0 | 10010 | 1001010 | 10010110 | 10110 | 10101 |
Color Harmonies of #2A4236
Complementary color
Monochromatic Colors of #2A4236
Black with #2A4236
Text Example
Text Example
White with #2A4236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A4236; }
p { color: rgb(42,66,54); }
H1.HeaderClassName
{
color: #2A4236;
}
.AnyTagClassName
{
color: #2A4236;
}
</style>
background-color css
<style>
a { background-color: #2A4236; }
a { background-color: rgb(42,66,54); }
div.DivClassName
{
background-color: #2A4236;
}
.BgClassName
{
background-color: #2A4236;
}
</style>
border-color css
<style>
span { border-color: #2A4236; }
span { border-color: rgb(42,66,54); }
td.TdClassName
{
border-color: #2A4236;
}
.TagClassName
{
border-color: #2A4236;
}
</style>