Shades of Holly #213D2B
Tints of Holly #213D2B
RGB
CMYK
RGB Variations
Color information
#213D2B (or 0x213D2B) is known color: Holly. HEX triplet: 21, 3D and 2B. RGB value is (33,61,43). Sum of RGB (Red+Green+Blue) = 33+61+43=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 61 (24.22% from 255 or 44.53% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 61 - color contains mainly: green. Hex color #213D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D2B is #DEC2D4. Grayscale: #323232. Windows color (decimal): -14598869 or 2833697. OLE color: 2833697.
HSL color Cylindrical-coordinate representation of color #213D2B: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D2B is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 61 | 43 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.76 |
| HSL | 141.43º | 0.3% | 0.18% | - |
| HSV(B) | 141.43º | 0.46% | 0.24% | - |
| XYZ | 2.73 | 3.84 | 2.88 | - |
| YUV | 50.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 43 | 0.46 | 0 | 0.30 | 0.76 | 141.43 | 0.3 | 0.18 |
| Hex | 21 | 3D | 2B | 2E | 0 | 1E | 4C | 8D | 1E | 12 |
| Octal | 41 | 75 | 53 | 56 | 0 | 36 | 114 | 215 | 36 | 22 |
| Binary | 100001 | 111101 | 101011 | 101110 | 0 | 11110 | 1001100 | 10001101 | 11110 | 10010 |
Color Harmonies of #213D2B
Complementary color
Monochromatic Colors of #213D2B
Black with #213D2B
Text Example
Text Example
White with #213D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D2B; }
p { color: rgb(33,61,43); }
H1.HeaderClassName
{
color: #213D2B;
}
.AnyTagClassName
{
color: #213D2B;
}
</style>
background-color css
<style>
a { background-color: #213D2B; }
a { background-color: rgb(33,61,43); }
div.DivClassName
{
background-color: #213D2B;
}
.BgClassName
{
background-color: #213D2B;
}
</style>
border-color css
<style>
span { border-color: #213D2B; }
span { border-color: rgb(33,61,43); }
td.TdClassName
{
border-color: #213D2B;
}
.TagClassName
{
border-color: #213D2B;
}
</style>