Shades of English Holly #2A3C31
Tints of English Holly #2A3C31
RGB
CMYK
RGB Variations
Color information
#2A3C31 (or 0x2A3C31) is known color: English Holly. HEX triplet: 2A, 3C and 31. RGB value is (42,60,49). Sum of RGB (Red+Green+Blue) = 42+60+49=151 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.81% from 151); Green value is 60 (23.83% from 255 or 39.74% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 60 - color contains mainly: green. Hex color #2A3C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3C31 is #D5C3CE. Grayscale: #353535. Windows color (decimal): -14009295 or 3226666. OLE color: 3226666.
HSL color Cylindrical-coordinate representation of color #2A3C31: hue angle of 143.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A3C31 is Cyan = 0.3, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 60 | 49 | - |
| CMYK | 0.3 | 0 | 0.18 | 0.76 |
| HSL | 143.33º | 0.18% | 0.2% | - |
| HSV(B) | 143.33º | 0.3% | 0.24% | - |
| XYZ | 3.13 | 3.95 | 3.5 | - |
| YUV | 53.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 49 | 0.3 | 0 | 0.18 | 0.76 | 143.33 | 0.18 | 0.2 |
| Hex | 2A | 3C | 31 | 1E | 0 | 12 | 4C | 8F | 12 | 14 |
| Octal | 52 | 74 | 61 | 36 | 0 | 22 | 114 | 217 | 22 | 24 |
| Binary | 101010 | 111100 | 110001 | 11110 | 0 | 10010 | 1001100 | 10001111 | 10010 | 10100 |
Color Harmonies of #2A3C31
Complementary color
Monochromatic Colors of #2A3C31
Black with #2A3C31
Text Example
Text Example
White with #2A3C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3C31; }
p { color: rgb(42,60,49); }
H1.HeaderClassName
{
color: #2A3C31;
}
.AnyTagClassName
{
color: #2A3C31;
}
</style>
background-color css
<style>
a { background-color: #2A3C31; }
a { background-color: rgb(42,60,49); }
div.DivClassName
{
background-color: #2A3C31;
}
.BgClassName
{
background-color: #2A3C31;
}
</style>
border-color css
<style>
span { border-color: #2A3C31; }
span { border-color: rgb(42,60,49); }
td.TdClassName
{
border-color: #2A3C31;
}
.TagClassName
{
border-color: #2A3C31;
}
</style>