Shades of Holly #233E2C
Tints of Holly #233E2C
RGB
CMYK
RGB Variations
Color information
#233E2C (or 0x233E2C) is known color: Holly. HEX triplet: 23, 3E and 2C. RGB value is (35,62,44). Sum of RGB (Red+Green+Blue) = 35+62+44=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 62 (24.61% from 255 or 43.97% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 62 - color contains mainly: green. Hex color #233E2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233E2C is #DCC1D3. Grayscale: #333333. Windows color (decimal): -14467540 or 2899491. OLE color: 2899491.
HSL color Cylindrical-coordinate representation of color #233E2C: hue angle of 140º degrees, saturation: 0.28, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233E2C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 62 | 44 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.76 |
| HSL | 140º | 0.28% | 0.19% | - |
| HSV(B) | 140º | 0.44% | 0.24% | - |
| XYZ | 2.87 | 3.98 | 3 | - |
| YUV | 51.88 | 123.55 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 62 | 44 | 0.44 | 0 | 0.29 | 0.76 | 140 | 0.28 | 0.19 |
| Hex | 23 | 3E | 2C | 2C | 0 | 1D | 4C | 8C | 1C | 13 |
| Octal | 43 | 76 | 54 | 54 | 0 | 35 | 114 | 214 | 34 | 23 |
| Binary | 100011 | 111110 | 101100 | 101100 | 0 | 11101 | 1001100 | 10001100 | 11100 | 10011 |
Color Harmonies of #233E2C
Complementary color
Monochromatic Colors of #233E2C
Black with #233E2C
Text Example
Text Example
White with #233E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233E2C; }
p { color: rgb(35,62,44); }
H1.HeaderClassName
{
color: #233E2C;
}
.AnyTagClassName
{
color: #233E2C;
}
</style>
background-color css
<style>
a { background-color: #233E2C; }
a { background-color: rgb(35,62,44); }
div.DivClassName
{
background-color: #233E2C;
}
.BgClassName
{
background-color: #233E2C;
}
</style>
border-color css
<style>
span { border-color: #233E2C; }
span { border-color: rgb(35,62,44); }
td.TdClassName
{
border-color: #233E2C;
}
.TagClassName
{
border-color: #233E2C;
}
</style>