Shades of Holly #233A2C
Tints of Holly #233A2C
RGB
CMYK
RGB Variations
Color information
#233A2C (or 0x233A2C) is known color: Holly. HEX triplet: 23, 3A and 2C. RGB value is (35,58,44). Sum of RGB (Red+Green+Blue) = 35+58+44=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 58 (23.05% from 255 or 42.34% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 58 - color contains mainly: green. Hex color #233A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233A2C is #DCC5D3. Grayscale: #313131. Windows color (decimal): -14468564 or 2898467. OLE color: 2898467.
HSL color Cylindrical-coordinate representation of color #233A2C: hue angle of 143.48º degrees, saturation: 0.25, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #233A2C is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 35 | 58 | 44 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.77 |
| HSL | 143.48º | 0.25% | 0.18% | - |
| HSV(B) | 143.48º | 0.4% | 0.23% | - |
| XYZ | 2.66 | 3.57 | 2.93 | - |
| YUV | 49.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 58 | 44 | 0.40 | 0 | 0.24 | 0.77 | 143.48 | 0.25 | 0.18 |
| Hex | 23 | 3A | 2C | 28 | 0 | 18 | 4D | 8F | 19 | 12 |
| Octal | 43 | 72 | 54 | 50 | 0 | 30 | 115 | 217 | 31 | 22 |
| Binary | 100011 | 111010 | 101100 | 101000 | 0 | 11000 | 1001101 | 10001111 | 11001 | 10010 |
Color Harmonies of #233A2C
Complementary color
Monochromatic Colors of #233A2C
Black with #233A2C
Text Example
Text Example
White with #233A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233A2C; }
p { color: rgb(35,58,44); }
H1.HeaderClassName
{
color: #233A2C;
}
.AnyTagClassName
{
color: #233A2C;
}
</style>
background-color css
<style>
a { background-color: #233A2C; }
a { background-color: rgb(35,58,44); }
div.DivClassName
{
background-color: #233A2C;
}
.BgClassName
{
background-color: #233A2C;
}
</style>
border-color css
<style>
span { border-color: #233A2C; }
span { border-color: rgb(35,58,44); }
td.TdClassName
{
border-color: #233A2C;
}
.TagClassName
{
border-color: #233A2C;
}
</style>