Shades of Zuccini #184F2E
Tints of Zuccini #184F2E
RGB
CMYK
RGB Variations
Color information
#184F2E (or 0x184F2E) is known color: Zuccini. HEX triplet: 18, 4F and 2E. RGB value is (24,79,46). Sum of RGB (Red+Green+Blue) = 24+79+46=149 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.11% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #184F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F2E is #E7B0D1. Grayscale: #3A3A3A. Windows color (decimal): -15184082 or 3034904. OLE color: 3034904.
HSL color Cylindrical-coordinate representation of color #184F2E: hue angle of 144º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F2E is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 46 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.69 |
| HSL | 144º | 0.53% | 0.2% | - |
| HSV(B) | 144º | 0.7% | 0.31% | - |
| XYZ | 3.67 | 5.98 | 3.55 | - |
| YUV | 58.79 | 120.78 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 46 | 0.70 | 0 | 0.42 | 0.69 | 144 | 0.53 | 0.2 |
| Hex | 18 | 4F | 2E | 46 | 0 | 2A | 45 | 90 | 35 | 14 |
| Octal | 30 | 117 | 56 | 106 | 0 | 52 | 105 | 220 | 65 | 24 |
| Binary | 11000 | 1001111 | 101110 | 1000110 | 0 | 101010 | 1000101 | 10010000 | 110101 | 10100 |
Color Harmonies of #184F2E
Complementary color
Monochromatic Colors of #184F2E
Black with #184F2E
Text Example
Text Example
White with #184F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F2E; }
p { color: rgb(24,79,46); }
H1.HeaderClassName
{
color: #184F2E;
}
.AnyTagClassName
{
color: #184F2E;
}
</style>
background-color css
<style>
a { background-color: #184F2E; }
a { background-color: rgb(24,79,46); }
div.DivClassName
{
background-color: #184F2E;
}
.BgClassName
{
background-color: #184F2E;
}
</style>
border-color css
<style>
span { border-color: #184F2E; }
span { border-color: rgb(24,79,46); }
td.TdClassName
{
border-color: #184F2E;
}
.TagClassName
{
border-color: #184F2E;
}
</style>