Shades of Holly #223A2B
Tints of Holly #223A2B
RGB
CMYK
RGB Variations
Color information
#223A2B (or 0x223A2B) is known color: Holly. HEX triplet: 22, 3A and 2B. RGB value is (34,58,43). Sum of RGB (Red+Green+Blue) = 34+58+43=135 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.19% from 135); Green value is 58 (23.05% from 255 or 42.96% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 58 - color contains mainly: green. Hex color #223A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #223A2B is #DDC5D4. Grayscale: #313131. Windows color (decimal): -14534101 or 2832930. OLE color: 2832930.
HSL color Cylindrical-coordinate representation of color #223A2B: hue angle of 142.5º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #223A2B is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 34 | 58 | 43 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.77 |
| HSL | 142.5º | 0.26% | 0.18% | - |
| HSV(B) | 142.5º | 0.41% | 0.23% | - |
| XYZ | 2.61 | 3.54 | 2.83 | - |
| YUV | 49.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 58 | 43 | 0.41 | 0 | 0.26 | 0.77 | 142.5 | 0.26 | 0.18 |
| Hex | 22 | 3A | 2B | 29 | 0 | 1A | 4D | 8E | 1A | 12 |
| Octal | 42 | 72 | 53 | 51 | 0 | 32 | 115 | 216 | 32 | 22 |
| Binary | 100010 | 111010 | 101011 | 101001 | 0 | 11010 | 1001101 | 10001110 | 11010 | 10010 |
Color Harmonies of #223A2B
Complementary color
Monochromatic Colors of #223A2B
Black with #223A2B
Text Example
Text Example
White with #223A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #223A2B; }
p { color: rgb(34,58,43); }
H1.HeaderClassName
{
color: #223A2B;
}
.AnyTagClassName
{
color: #223A2B;
}
</style>
background-color css
<style>
a { background-color: #223A2B; }
a { background-color: rgb(34,58,43); }
div.DivClassName
{
background-color: #223A2B;
}
.BgClassName
{
background-color: #223A2B;
}
</style>
border-color css
<style>
span { border-color: #223A2B; }
span { border-color: rgb(34,58,43); }
td.TdClassName
{
border-color: #223A2B;
}
.TagClassName
{
border-color: #223A2B;
}
</style>