Shades of Holly #23412C
Tints of Holly #23412C
RGB
CMYK
RGB Variations
Color information
#23412C (or 0x23412C) is known color: Holly. HEX triplet: 23, 41 and 2C. RGB value is (35,65,44). Sum of RGB (Red+Green+Blue) = 35+65+44=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 65 (25.78% from 255 or 45.14% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 65 - color contains mainly: green. Hex color #23412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23412C is #DCBED3. Grayscale: #353535. Windows color (decimal): -14466772 or 2900259. OLE color: 2900259.
HSL color Cylindrical-coordinate representation of color #23412C: hue angle of 138º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #23412C is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 65 | 44 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.75 |
| HSL | 138º | 0.3% | 0.2% | - |
| HSV(B) | 138º | 0.46% | 0.25% | - |
| XYZ | 3.04 | 4.32 | 3.06 | - |
| YUV | 53.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 44 | 0.46 | 0 | 0.32 | 0.75 | 138 | 0.3 | 0.2 |
| Hex | 23 | 41 | 2C | 2E | 0 | 20 | 4B | 8A | 1E | 14 |
| Octal | 43 | 101 | 54 | 56 | 0 | 40 | 113 | 212 | 36 | 24 |
| Binary | 100011 | 1000001 | 101100 | 101110 | 0 | 100000 | 1001011 | 10001010 | 11110 | 10100 |
Color Harmonies of #23412C
Complementary color
Monochromatic Colors of #23412C
Black with #23412C
Text Example
Text Example
White with #23412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23412C; }
p { color: rgb(35,65,44); }
H1.HeaderClassName
{
color: #23412C;
}
.AnyTagClassName
{
color: #23412C;
}
</style>
background-color css
<style>
a { background-color: #23412C; }
a { background-color: rgb(35,65,44); }
div.DivClassName
{
background-color: #23412C;
}
.BgClassName
{
background-color: #23412C;
}
</style>
border-color css
<style>
span { border-color: #23412C; }
span { border-color: rgb(35,65,44); }
td.TdClassName
{
border-color: #23412C;
}
.TagClassName
{
border-color: #23412C;
}
</style>