Shades of Zuccini #18472D
Tints of Zuccini #18472D
RGB
CMYK
RGB Variations
Color information
#18472D (or 0x18472D) is known color: Zuccini. HEX triplet: 18, 47 and 2D. RGB value is (24,71,45). Sum of RGB (Red+Green+Blue) = 24+71+45=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 71 (28.12% from 255 or 50.71% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 71 - color contains mainly: green. Hex color #18472D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472D is #E7B8D2. Grayscale: #363636. Windows color (decimal): -15186131 or 2967320. OLE color: 2967320.
HSL color Cylindrical-coordinate representation of color #18472D: hue angle of 146.81º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18472D is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 24 | 71 | 45 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.72 |
| HSL | 146.81º | 0.49% | 0.19% | - |
| HSV(B) | 146.81º | 0.66% | 0.28% | - |
| XYZ | 3.1 | 4.89 | 3.26 | - |
| YUV | 53.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 71 | 45 | 0.66 | 0 | 0.37 | 0.72 | 146.81 | 0.49 | 0.19 |
| Hex | 18 | 47 | 2D | 42 | 0 | 25 | 48 | 93 | 31 | 13 |
| Octal | 30 | 107 | 55 | 102 | 0 | 45 | 110 | 223 | 61 | 23 |
| Binary | 11000 | 1000111 | 101101 | 1000010 | 0 | 100101 | 1001000 | 10010011 | 110001 | 10011 |
Color Harmonies of #18472D
Complementary color
Monochromatic Colors of #18472D
Black with #18472D
Text Example
Text Example
White with #18472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18472D; }
p { color: rgb(24,71,45); }
H1.HeaderClassName
{
color: #18472D;
}
.AnyTagClassName
{
color: #18472D;
}
</style>
background-color css
<style>
a { background-color: #18472D; }
a { background-color: rgb(24,71,45); }
div.DivClassName
{
background-color: #18472D;
}
.BgClassName
{
background-color: #18472D;
}
</style>
border-color css
<style>
span { border-color: #18472D; }
span { border-color: rgb(24,71,45); }
td.TdClassName
{
border-color: #18472D;
}
.TagClassName
{
border-color: #18472D;
}
</style>