Shades of Zuccini #18402E
Tints of Zuccini #18402E
RGB
CMYK
RGB Variations
Color information
#18402E (or 0x18402E) is known color: Zuccini. HEX triplet: 18, 40 and 2E. RGB value is (24,64,46). Sum of RGB (Red+Green+Blue) = 24+64+46=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 64 - color contains mainly: green. Hex color #18402E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18402E is #E7BFD1. Grayscale: #323232. Windows color (decimal): -15187922 or 3031064. OLE color: 3031064.
HSL color Cylindrical-coordinate representation of color #18402E: hue angle of 153º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18402E is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 46 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.75 |
| HSL | 153º | 0.45% | 0.17% | - |
| HSV(B) | 153º | 0.63% | 0.25% | - |
| XYZ | 2.7 | 4.06 | 3.23 | - |
| YUV | 49.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 46 | 0.62 | 0 | 0.28 | 0.75 | 153 | 0.45 | 0.17 |
| Hex | 18 | 40 | 2E | 3E | 0 | 1C | 4B | 99 | 2D | 11 |
| Octal | 30 | 100 | 56 | 76 | 0 | 34 | 113 | 231 | 55 | 21 |
| Binary | 11000 | 1000000 | 101110 | 111110 | 0 | 11100 | 1001011 | 10011001 | 101101 | 10001 |
Color Harmonies of #18402E
Complementary color
Monochromatic Colors of #18402E
Black with #18402E
Text Example
Text Example
White with #18402E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18402E; }
p { color: rgb(24,64,46); }
H1.HeaderClassName
{
color: #18402E;
}
.AnyTagClassName
{
color: #18402E;
}
</style>
background-color css
<style>
a { background-color: #18402E; }
a { background-color: rgb(24,64,46); }
div.DivClassName
{
background-color: #18402E;
}
.BgClassName
{
background-color: #18402E;
}
</style>
border-color css
<style>
span { border-color: #18402E; }
span { border-color: rgb(24,64,46); }
td.TdClassName
{
border-color: #18402E;
}
.TagClassName
{
border-color: #18402E;
}
</style>