Shades of Holly #2C352F
Tints of Holly #2C352F
RGB
CMYK
RGB Variations
Color information
#2C352F (or 0x2C352F) is known color: Holly. HEX triplet: 2C, 35 and 2F. RGB value is (44,53,47). Sum of RGB (Red+Green+Blue) = 44+53+47=144 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.56% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 53 - color contains mainly: green. Hex color #2C352F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C352F is #D3CAD0. Grayscale: #313131. Windows color (decimal): -13880017 or 3093804. OLE color: 3093804.
HSL color Cylindrical-coordinate representation of color #2C352F: hue angle of 140º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2C352F is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 44 | 53 | 47 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.79 |
| HSL | 140º | 0.09% | 0.19% | - |
| HSV(B) | 140º | 0.17% | 0.21% | - |
| XYZ | 2.82 | 3.29 | 3.17 | - |
| YUV | 49.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 53 | 47 | 0.17 | 0 | 0.11 | 0.79 | 140 | 0.09 | 0.19 |
| Hex | 2C | 35 | 2F | 11 | 0 | B | 4F | 8C | 9 | 13 |
| Octal | 54 | 65 | 57 | 21 | 0 | 13 | 117 | 214 | 11 | 23 |
| Binary | 101100 | 110101 | 101111 | 10001 | 0 | 1011 | 1001111 | 10001100 | 1001 | 10011 |
Color Harmonies of #2C352F
Complementary color
Monochromatic Colors of #2C352F
Black with #2C352F
Text Example
Text Example
White with #2C352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C352F; }
p { color: rgb(44,53,47); }
H1.HeaderClassName
{
color: #2C352F;
}
.AnyTagClassName
{
color: #2C352F;
}
</style>
background-color css
<style>
a { background-color: #2C352F; }
a { background-color: rgb(44,53,47); }
div.DivClassName
{
background-color: #2C352F;
}
.BgClassName
{
background-color: #2C352F;
}
</style>
border-color css
<style>
span { border-color: #2C352F; }
span { border-color: rgb(44,53,47); }
td.TdClassName
{
border-color: #2C352F;
}
.TagClassName
{
border-color: #2C352F;
}
</style>