Shades of Zuccini #18422F
Tints of Zuccini #18422F
RGB
CMYK
RGB Variations
Color information
#18422F (or 0x18422F) is known color: Zuccini. HEX triplet: 18, 42 and 2F. RGB value is (24,66,47). Sum of RGB (Red+Green+Blue) = 24+66+47=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 66 (26.17% from 255 or 48.18% from 137); Blue value is 47 (18.75% from 255 or 34.31% from 137); Max value from RGB is 66 - color contains mainly: green. Hex color #18422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18422F is #E7BDD0. Grayscale: #333333. Windows color (decimal): -15187409 or 3097112. OLE color: 3097112.
HSL color Cylindrical-coordinate representation of color #18422F: hue angle of 152.86º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18422F is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 66 | 47 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.74 |
| HSL | 152.86º | 0.47% | 0.18% | - |
| HSV(B) | 152.86º | 0.64% | 0.26% | - |
| XYZ | 2.84 | 4.3 | 3.37 | - |
| YUV | 51.28 | 125.59 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 66 | 47 | 0.64 | 0 | 0.29 | 0.74 | 152.86 | 0.47 | 0.18 |
| Hex | 18 | 42 | 2F | 40 | 0 | 1D | 4A | 99 | 2F | 12 |
| Octal | 30 | 102 | 57 | 100 | 0 | 35 | 112 | 231 | 57 | 22 |
| Binary | 11000 | 1000010 | 101111 | 1000000 | 0 | 11101 | 1001010 | 10011001 | 101111 | 10010 |
Color Harmonies of #18422F
Complementary color
Monochromatic Colors of #18422F
Black with #18422F
Text Example
Text Example
White with #18422F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18422F; }
p { color: rgb(24,66,47); }
H1.HeaderClassName
{
color: #18422F;
}
.AnyTagClassName
{
color: #18422F;
}
</style>
background-color css
<style>
a { background-color: #18422F; }
a { background-color: rgb(24,66,47); }
div.DivClassName
{
background-color: #18422F;
}
.BgClassName
{
background-color: #18422F;
}
</style>
border-color css
<style>
span { border-color: #18422F; }
span { border-color: rgb(24,66,47); }
td.TdClassName
{
border-color: #18422F;
}
.TagClassName
{
border-color: #18422F;
}
</style>