Shades of Holly #2B332F
Tints of Holly #2B332F
RGB
CMYK
RGB Variations
Color information
#2B332F (or 0x2B332F) is known color: Holly. HEX triplet: 2B, 33 and 2F. RGB value is (43,51,47). Sum of RGB (Red+Green+Blue) = 43+51+47=141 (18% of max value = 765). Red value is 43 (17.19% from 255 or 30.50% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 51 - color contains mainly: green. Hex color #2B332F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B332F is #D4CCD0. Grayscale: #303030. Windows color (decimal): -13946065 or 3093291. OLE color: 3093291.
HSL color Cylindrical-coordinate representation of color #2B332F: hue angle of 150º degrees, saturation: 0.09, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #2B332F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 43 | 51 | 47 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.8 |
| HSL | 150º | 0.09% | 0.18% | - |
| HSV(B) | 150º | 0.16% | 0.2% | - |
| XYZ | 2.69 | 3.09 | 3.14 | - |
| YUV | 48.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 51 | 47 | 0.16 | 0 | 0.08 | 0.8 | 150 | 0.09 | 0.18 |
| Hex | 2B | 33 | 2F | 10 | 0 | 8 | 50 | 96 | 9 | 12 |
| Octal | 53 | 63 | 57 | 20 | 0 | 10 | 120 | 226 | 11 | 22 |
| Binary | 101011 | 110011 | 101111 | 10000 | 0 | 1000 | 1010000 | 10010110 | 1001 | 10010 |
Color Harmonies of #2B332F
Complementary color
Monochromatic Colors of #2B332F
Black with #2B332F
Text Example
Text Example
White with #2B332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B332F; }
p { color: rgb(43,51,47); }
H1.HeaderClassName
{
color: #2B332F;
}
.AnyTagClassName
{
color: #2B332F;
}
</style>
background-color css
<style>
a { background-color: #2B332F; }
a { background-color: rgb(43,51,47); }
div.DivClassName
{
background-color: #2B332F;
}
.BgClassName
{
background-color: #2B332F;
}
</style>
border-color css
<style>
span { border-color: #2B332F; }
span { border-color: rgb(43,51,47); }
td.TdClassName
{
border-color: #2B332F;
}
.TagClassName
{
border-color: #2B332F;
}
</style>