Shades of Holly #233D2D
Tints of Holly #233D2D
RGB
CMYK
RGB Variations
Color information
#233D2D (or 0x233D2D) is known color: Holly. HEX triplet: 23, 3D and 2D. RGB value is (35,61,45). Sum of RGB (Red+Green+Blue) = 35+61+45=141 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.82% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #233D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233D2D is #DCC2D2. Grayscale: #333333. Windows color (decimal): -14467795 or 2964771. OLE color: 2964771.
HSL color Cylindrical-coordinate representation of color #233D2D: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #233D2D is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 35 | 61 | 45 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.76 |
| HSL | 143.08º | 0.27% | 0.19% | - |
| HSV(B) | 143.08º | 0.43% | 0.24% | - |
| XYZ | 2.84 | 3.88 | 3.08 | - |
| YUV | 51.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 61 | 45 | 0.43 | 0 | 0.26 | 0.76 | 143.08 | 0.27 | 0.19 |
| Hex | 23 | 3D | 2D | 2B | 0 | 1A | 4C | 8F | 1B | 13 |
| Octal | 43 | 75 | 55 | 53 | 0 | 32 | 114 | 217 | 33 | 23 |
| Binary | 100011 | 111101 | 101101 | 101011 | 0 | 11010 | 1001100 | 10001111 | 11011 | 10011 |
Color Harmonies of #233D2D
Complementary color
Monochromatic Colors of #233D2D
Black with #233D2D
Text Example
Text Example
White with #233D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233D2D; }
p { color: rgb(35,61,45); }
H1.HeaderClassName
{
color: #233D2D;
}
.AnyTagClassName
{
color: #233D2D;
}
</style>
background-color css
<style>
a { background-color: #233D2D; }
a { background-color: rgb(35,61,45); }
div.DivClassName
{
background-color: #233D2D;
}
.BgClassName
{
background-color: #233D2D;
}
</style>
border-color css
<style>
span { border-color: #233D2D; }
span { border-color: rgb(35,61,45); }
td.TdClassName
{
border-color: #233D2D;
}
.TagClassName
{
border-color: #233D2D;
}
</style>