Shades of Holly #2B342F
Tints of Holly #2B342F
RGB
CMYK
RGB Variations
Color information
#2B342F (or 0x2B342F) is known color: Holly. HEX triplet: 2B, 34 and 2F. RGB value is (43,52,47). Sum of RGB (Red+Green+Blue) = 43+52+47=142 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.28% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 52 - color contains mainly: green. Hex color #2B342F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B342F is #D4CBD0. Grayscale: #303030. Windows color (decimal): -13945809 or 3093547. OLE color: 3093547.
HSL color Cylindrical-coordinate representation of color #2B342F: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2B342F is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 43 | 52 | 47 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.80 |
| HSL | 146.67º | 0.09% | 0.19% | - |
| HSV(B) | 146.67º | 0.17% | 0.2% | - |
| XYZ | 2.74 | 3.17 | 3.16 | - |
| YUV | 48.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 52 | 47 | 0.17 | 0 | 0.10 | 0.80 | 146.67 | 0.09 | 0.19 |
| Hex | 2B | 34 | 2F | 11 | 0 | A | 50 | 93 | 9 | 13 |
| Octal | 53 | 64 | 57 | 21 | 0 | 12 | 120 | 223 | 11 | 23 |
| Binary | 101011 | 110100 | 101111 | 10001 | 0 | 1010 | 1010000 | 10010011 | 1001 | 10011 |
Color Harmonies of #2B342F
Complementary color
Monochromatic Colors of #2B342F
Black with #2B342F
Text Example
Text Example
White with #2B342F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B342F; }
p { color: rgb(43,52,47); }
H1.HeaderClassName
{
color: #2B342F;
}
.AnyTagClassName
{
color: #2B342F;
}
</style>
background-color css
<style>
a { background-color: #2B342F; }
a { background-color: rgb(43,52,47); }
div.DivClassName
{
background-color: #2B342F;
}
.BgClassName
{
background-color: #2B342F;
}
</style>
border-color css
<style>
span { border-color: #2B342F; }
span { border-color: rgb(43,52,47); }
td.TdClassName
{
border-color: #2B342F;
}
.TagClassName
{
border-color: #2B342F;
}
</style>