Shades of Holly #2B372F
Tints of Holly #2B372F
RGB
CMYK
RGB Variations
Color information
#2B372F (or 0x2B372F) is known color: Holly. HEX triplet: 2B, 37 and 2F. RGB value is (43,55,47). Sum of RGB (Red+Green+Blue) = 43+55+47=145 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.66% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 55 - color contains mainly: green. Hex color #2B372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B372F is #D4C8D0. Grayscale: #323232. Windows color (decimal): -13945041 or 3094315. OLE color: 3094315.
HSL color Cylindrical-coordinate representation of color #2B372F: hue angle of 140º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2B372F is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 43 | 55 | 47 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.78 |
| HSL | 140º | 0.12% | 0.19% | - |
| HSV(B) | 140º | 0.22% | 0.22% | - |
| XYZ | 2.88 | 3.45 | 3.2 | - |
| YUV | 50.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 55 | 47 | 0.22 | 0 | 0.15 | 0.78 | 140 | 0.12 | 0.19 |
| Hex | 2B | 37 | 2F | 16 | 0 | F | 4E | 8C | C | 13 |
| Octal | 53 | 67 | 57 | 26 | 0 | 17 | 116 | 214 | 14 | 23 |
| Binary | 101011 | 110111 | 101111 | 10110 | 0 | 1111 | 1001110 | 10001100 | 1100 | 10011 |
Color Harmonies of #2B372F
Complementary color
Monochromatic Colors of #2B372F
Black with #2B372F
Text Example
Text Example
White with #2B372F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B372F; }
p { color: rgb(43,55,47); }
H1.HeaderClassName
{
color: #2B372F;
}
.AnyTagClassName
{
color: #2B372F;
}
</style>
background-color css
<style>
a { background-color: #2B372F; }
a { background-color: rgb(43,55,47); }
div.DivClassName
{
background-color: #2B372F;
}
.BgClassName
{
background-color: #2B372F;
}
</style>
border-color css
<style>
span { border-color: #2B372F; }
span { border-color: rgb(43,55,47); }
td.TdClassName
{
border-color: #2B372F;
}
.TagClassName
{
border-color: #2B372F;
}
</style>