Shades of Zuccini #18402F
Tints of Zuccini #18402F
RGB
CMYK
RGB Variations
Color information
#18402F (or 0x18402F) is known color: Zuccini. HEX triplet: 18, 40 and 2F. RGB value is (24,64,47). Sum of RGB (Red+Green+Blue) = 24+64+47=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 47 (18.75% from 255 or 34.81% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #18402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18402F is #E7BFD0. Grayscale: #323232. Windows color (decimal): -15187921 or 3096600. OLE color: 3096600.
HSL color Cylindrical-coordinate representation of color #18402F: hue angle of 154.5º 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 #18402F is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 64 | 47 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.75 |
| HSL | 154.5º | 0.45% | 0.17% | - |
| HSV(B) | 154.5º | 0.63% | 0.25% | - |
| XYZ | 2.72 | 4.07 | 3.33 | - |
| YUV | 50.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 64 | 47 | 0.62 | 0 | 0.27 | 0.75 | 154.5 | 0.45 | 0.17 |
| Hex | 18 | 40 | 2F | 3E | 0 | 1B | 4B | 9A | 2D | 11 |
| Octal | 30 | 100 | 57 | 76 | 0 | 33 | 113 | 232 | 55 | 21 |
| Binary | 11000 | 1000000 | 101111 | 111110 | 0 | 11011 | 1001011 | 10011010 | 101101 | 10001 |
Color Harmonies of #18402F
Complementary color
Monochromatic Colors of #18402F
Black with #18402F
Text Example
Text Example
White with #18402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18402F; }
p { color: rgb(24,64,47); }
H1.HeaderClassName
{
color: #18402F;
}
.AnyTagClassName
{
color: #18402F;
}
</style>
background-color css
<style>
a { background-color: #18402F; }
a { background-color: rgb(24,64,47); }
div.DivClassName
{
background-color: #18402F;
}
.BgClassName
{
background-color: #18402F;
}
</style>
border-color css
<style>
span { border-color: #18402F; }
span { border-color: rgb(24,64,47); }
td.TdClassName
{
border-color: #18402F;
}
.TagClassName
{
border-color: #18402F;
}
</style>