Shades of Holly #233F2D
Tints of Holly #233F2D
RGB
CMYK
RGB Variations
Color information
#233F2D (or 0x233F2D) is known color: Holly. HEX triplet: 23, 3F and 2D. RGB value is (35,63,45). Sum of RGB (Red+Green+Blue) = 35+63+45=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 63 (25% from 255 or 44.06% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 63 - color contains mainly: green. Hex color #233F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233F2D is #DCC0D2. Grayscale: #343434. Windows color (decimal): -14467283 or 2965283. OLE color: 2965283.
HSL color Cylindrical-coordinate representation of color #233F2D: hue angle of 141.43º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #233F2D is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 35 | 63 | 45 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.75 |
| HSL | 141.43º | 0.29% | 0.19% | - |
| HSV(B) | 141.43º | 0.44% | 0.25% | - |
| XYZ | 2.94 | 4.1 | 3.12 | - |
| YUV | 52.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 63 | 45 | 0.44 | 0 | 0.29 | 0.75 | 141.43 | 0.29 | 0.19 |
| Hex | 23 | 3F | 2D | 2C | 0 | 1D | 4B | 8D | 1D | 13 |
| Octal | 43 | 77 | 55 | 54 | 0 | 35 | 113 | 215 | 35 | 23 |
| Binary | 100011 | 111111 | 101101 | 101100 | 0 | 11101 | 1001011 | 10001101 | 11101 | 10011 |
Color Harmonies of #233F2D
Complementary color
Monochromatic Colors of #233F2D
Black with #233F2D
Text Example
Text Example
White with #233F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233F2D; }
p { color: rgb(35,63,45); }
H1.HeaderClassName
{
color: #233F2D;
}
.AnyTagClassName
{
color: #233F2D;
}
</style>
background-color css
<style>
a { background-color: #233F2D; }
a { background-color: rgb(35,63,45); }
div.DivClassName
{
background-color: #233F2D;
}
.BgClassName
{
background-color: #233F2D;
}
</style>
border-color css
<style>
span { border-color: #233F2D; }
span { border-color: rgb(35,63,45); }
td.TdClassName
{
border-color: #233F2D;
}
.TagClassName
{
border-color: #233F2D;
}
</style>