Shades of Holly #213B2A
Tints of Holly #213B2A
RGB
CMYK
RGB Variations
Color information
#213B2A (or 0x213B2A) is known color: Holly. HEX triplet: 21, 3B and 2A. RGB value is (33,59,42). Sum of RGB (Red+Green+Blue) = 33+59+42=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 59 - color contains mainly: green. Hex color #213B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B2A is #DEC4D5. Grayscale: #313131. Windows color (decimal): -14599382 or 2767649. OLE color: 2767649.
HSL color Cylindrical-coordinate representation of color #213B2A: hue angle of 140.77º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B2A is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 42 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.77 |
| HSL | 140.77º | 0.28% | 0.18% | - |
| HSV(B) | 140.77º | 0.44% | 0.23% | - |
| XYZ | 2.61 | 3.62 | 2.75 | - |
| YUV | 49.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 42 | 0.44 | 0 | 0.29 | 0.77 | 140.77 | 0.28 | 0.18 |
| Hex | 21 | 3B | 2A | 2C | 0 | 1D | 4D | 8D | 1C | 12 |
| Octal | 41 | 73 | 52 | 54 | 0 | 35 | 115 | 215 | 34 | 22 |
| Binary | 100001 | 111011 | 101010 | 101100 | 0 | 11101 | 1001101 | 10001101 | 11100 | 10010 |
Color Harmonies of #213B2A
Complementary color
Monochromatic Colors of #213B2A
Black with #213B2A
Text Example
Text Example
White with #213B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B2A; }
p { color: rgb(33,59,42); }
H1.HeaderClassName
{
color: #213B2A;
}
.AnyTagClassName
{
color: #213B2A;
}
</style>
background-color css
<style>
a { background-color: #213B2A; }
a { background-color: rgb(33,59,42); }
div.DivClassName
{
background-color: #213B2A;
}
.BgClassName
{
background-color: #213B2A;
}
</style>
border-color css
<style>
span { border-color: #213B2A; }
span { border-color: rgb(33,59,42); }
td.TdClassName
{
border-color: #213B2A;
}
.TagClassName
{
border-color: #213B2A;
}
</style>