Shades of Holly #2C322F
Tints of Holly #2C322F
RGB
CMYK
RGB Variations
Color information
#2C322F (or 0x2C322F) is known color: Holly. HEX triplet: 2C, 32 and 2F. RGB value is (44,50,47). Sum of RGB (Red+Green+Blue) = 44+50+47=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 50 (19.92% from 255 or 35.46% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 50 - color contains mainly: green. Hex color #2C322F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C322F is #D3CDD0. Grayscale: #2F2F2F. Windows color (decimal): -13880785 or 3093036. OLE color: 3093036.
HSL color Cylindrical-coordinate representation of color #2C322F: hue angle of 150º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #2C322F is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 44 | 50 | 47 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.80 |
| HSL | 150º | 0.06% | 0.18% | - |
| HSV(B) | 150º | 0.12% | 0.2% | - |
| XYZ | 2.69 | 3.02 | 3.13 | - |
| YUV | 47.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 50 | 47 | 0.12 | 0 | 0.06 | 0.80 | 150 | 0.06 | 0.18 |
| Hex | 2C | 32 | 2F | C | 0 | 6 | 50 | 96 | 6 | 12 |
| Octal | 54 | 62 | 57 | 14 | 0 | 6 | 120 | 226 | 6 | 22 |
| Binary | 101100 | 110010 | 101111 | 1100 | 0 | 110 | 1010000 | 10010110 | 110 | 10010 |
Color Harmonies of #2C322F
Complementary color
Monochromatic Colors of #2C322F
Black with #2C322F
Text Example
Text Example
White with #2C322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C322F; }
p { color: rgb(44,50,47); }
H1.HeaderClassName
{
color: #2C322F;
}
.AnyTagClassName
{
color: #2C322F;
}
</style>
background-color css
<style>
a { background-color: #2C322F; }
a { background-color: rgb(44,50,47); }
div.DivClassName
{
background-color: #2C322F;
}
.BgClassName
{
background-color: #2C322F;
}
</style>
border-color css
<style>
span { border-color: #2C322F; }
span { border-color: rgb(44,50,47); }
td.TdClassName
{
border-color: #2C322F;
}
.TagClassName
{
border-color: #2C322F;
}
</style>