Shades of Holly #2D3931
Tints of Holly #2D3931
RGB
CMYK
RGB Variations
Color information
#2D3931 (or 0x2D3931) is known color: Holly. HEX triplet: 2D, 39 and 31. RGB value is (45,57,49). Sum of RGB (Red+Green+Blue) = 45+57+49=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 57 (22.66% from 255 or 37.75% from 151); Blue value is 49 (19.53% from 255 or 32.45% from 151); Max value from RGB is 57 - color contains mainly: green. Hex color #2D3931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3931 is #D2C6CE. Grayscale: #343434. Windows color (decimal): -13813455 or 3225901. OLE color: 3225901.
HSL color Cylindrical-coordinate representation of color #2D3931: hue angle of 140º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D3931 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 57 | 49 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.78 |
| HSL | 140º | 0.12% | 0.2% | - |
| HSV(B) | 140º | 0.21% | 0.22% | - |
| XYZ | 3.1 | 3.71 | 3.46 | - |
| YUV | 52.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 57 | 49 | 0.21 | 0 | 0.14 | 0.78 | 140 | 0.12 | 0.2 |
| Hex | 2D | 39 | 31 | 15 | 0 | E | 4E | 8C | C | 14 |
| Octal | 55 | 71 | 61 | 25 | 0 | 16 | 116 | 214 | 14 | 24 |
| Binary | 101101 | 111001 | 110001 | 10101 | 0 | 1110 | 1001110 | 10001100 | 1100 | 10100 |
Color Harmonies of #2D3931
Complementary color
Monochromatic Colors of #2D3931
Black with #2D3931
Text Example
Text Example
White with #2D3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3931; }
p { color: rgb(45,57,49); }
H1.HeaderClassName
{
color: #2D3931;
}
.AnyTagClassName
{
color: #2D3931;
}
</style>
background-color css
<style>
a { background-color: #2D3931; }
a { background-color: rgb(45,57,49); }
div.DivClassName
{
background-color: #2D3931;
}
.BgClassName
{
background-color: #2D3931;
}
</style>
border-color css
<style>
span { border-color: #2D3931; }
span { border-color: rgb(45,57,49); }
td.TdClassName
{
border-color: #2D3931;
}
.TagClassName
{
border-color: #2D3931;
}
</style>