Shades of English Holly #2C3A32
Tints of English Holly #2C3A32
RGB
CMYK
RGB Variations
Color information
#2C3A32 (or 0x2C3A32) is known color: English Holly. HEX triplet: 2C, 3A and 32. RGB value is (44,58,50). Sum of RGB (Red+Green+Blue) = 44+58+50=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3A32 is #D3C5CD. Grayscale: #343434. Windows color (decimal): -13878734 or 3291692. OLE color: 3291692.
HSL color Cylindrical-coordinate representation of color #2C3A32: hue angle of 145.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C3A32 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 44 | 58 | 50 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.77 |
| HSL | 145.71º | 0.14% | 0.2% | - |
| HSV(B) | 145.71º | 0.24% | 0.23% | - |
| XYZ | 3.13 | 3.79 | 3.58 | - |
| YUV | 52.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 58 | 50 | 0.24 | 0 | 0.14 | 0.77 | 145.71 | 0.14 | 0.2 |
| Hex | 2C | 3A | 32 | 18 | 0 | E | 4D | 92 | E | 14 |
| Octal | 54 | 72 | 62 | 30 | 0 | 16 | 115 | 222 | 16 | 24 |
| Binary | 101100 | 111010 | 110010 | 11000 | 0 | 1110 | 1001101 | 10010010 | 1110 | 10100 |
Color Harmonies of #2C3A32
Complementary color
Monochromatic Colors of #2C3A32
Black with #2C3A32
Text Example
Text Example
White with #2C3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3A32; }
p { color: rgb(44,58,50); }
H1.HeaderClassName
{
color: #2C3A32;
}
.AnyTagClassName
{
color: #2C3A32;
}
</style>
background-color css
<style>
a { background-color: #2C3A32; }
a { background-color: rgb(44,58,50); }
div.DivClassName
{
background-color: #2C3A32;
}
.BgClassName
{
background-color: #2C3A32;
}
</style>
border-color css
<style>
span { border-color: #2C3A32; }
span { border-color: rgb(44,58,50); }
td.TdClassName
{
border-color: #2C3A32;
}
.TagClassName
{
border-color: #2C3A32;
}
</style>