Shades of Holly #213A2A
Tints of Holly #213A2A
RGB
CMYK
RGB Variations
Color information
#213A2A (or 0x213A2A) is known color: Holly. HEX triplet: 21, 3A and 2A. RGB value is (33,58,42). Sum of RGB (Red+Green+Blue) = 33+58+42=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 58 (23.05% from 255 or 43.61% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 58 - color contains mainly: green. Hex color #213A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A2A is #DEC5D5. Grayscale: #303030. Windows color (decimal): -14599638 or 2767393. OLE color: 2767393.
HSL color Cylindrical-coordinate representation of color #213A2A: hue angle of 141.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A2A is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 58 | 42 | - |
| CMYK | 0.43 | 0 | 0.28 | 0.77 |
| HSL | 141.6º | 0.27% | 0.18% | - |
| HSV(B) | 141.6º | 0.43% | 0.23% | - |
| XYZ | 2.56 | 3.52 | 2.73 | - |
| YUV | 48.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 58 | 42 | 0.43 | 0 | 0.28 | 0.77 | 141.6 | 0.27 | 0.18 |
| Hex | 21 | 3A | 2A | 2B | 0 | 1C | 4D | 8E | 1B | 12 |
| Octal | 41 | 72 | 52 | 53 | 0 | 34 | 115 | 216 | 33 | 22 |
| Binary | 100001 | 111010 | 101010 | 101011 | 0 | 11100 | 1001101 | 10001110 | 11011 | 10010 |
Color Harmonies of #213A2A
Complementary color
Monochromatic Colors of #213A2A
Black with #213A2A
Text Example
Text Example
White with #213A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213A2A; }
p { color: rgb(33,58,42); }
H1.HeaderClassName
{
color: #213A2A;
}
.AnyTagClassName
{
color: #213A2A;
}
</style>
background-color css
<style>
a { background-color: #213A2A; }
a { background-color: rgb(33,58,42); }
div.DivClassName
{
background-color: #213A2A;
}
.BgClassName
{
background-color: #213A2A;
}
</style>
border-color css
<style>
span { border-color: #213A2A; }
span { border-color: rgb(33,58,42); }
td.TdClassName
{
border-color: #213A2A;
}
.TagClassName
{
border-color: #213A2A;
}
</style>