Shades of Holly #243B2D
Tints of Holly #243B2D
RGB
CMYK
RGB Variations
Color information
#243B2D (or 0x243B2D) is known color: Holly. HEX triplet: 24, 3B and 2D. RGB value is (36,59,45). Sum of RGB (Red+Green+Blue) = 36+59+45=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 59 (23.44% from 255 or 42.14% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 59 - color contains mainly: green. Hex color #243B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #243B2D is #DBC4D2. Grayscale: #323232. Windows color (decimal): -14402771 or 2964260. OLE color: 2964260.
HSL color Cylindrical-coordinate representation of color #243B2D: hue angle of 143.48º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #243B2D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 36 | 59 | 45 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.77 |
| HSL | 143.48º | 0.24% | 0.19% | - |
| HSV(B) | 143.48º | 0.39% | 0.23% | - |
| XYZ | 2.77 | 3.69 | 3.05 | - |
| YUV | 50.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 59 | 45 | 0.39 | 0 | 0.24 | 0.77 | 143.48 | 0.24 | 0.19 |
| Hex | 24 | 3B | 2D | 27 | 0 | 18 | 4D | 8F | 18 | 13 |
| Octal | 44 | 73 | 55 | 47 | 0 | 30 | 115 | 217 | 30 | 23 |
| Binary | 100100 | 111011 | 101101 | 100111 | 0 | 11000 | 1001101 | 10001111 | 11000 | 10011 |
Color Harmonies of #243B2D
Complementary color
Monochromatic Colors of #243B2D
Black with #243B2D
Text Example
Text Example
White with #243B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #243B2D; }
p { color: rgb(36,59,45); }
H1.HeaderClassName
{
color: #243B2D;
}
.AnyTagClassName
{
color: #243B2D;
}
</style>
background-color css
<style>
a { background-color: #243B2D; }
a { background-color: rgb(36,59,45); }
div.DivClassName
{
background-color: #243B2D;
}
.BgClassName
{
background-color: #243B2D;
}
</style>
border-color css
<style>
span { border-color: #243B2D; }
span { border-color: rgb(36,59,45); }
td.TdClassName
{
border-color: #243B2D;
}
.TagClassName
{
border-color: #243B2D;
}
</style>