Shades of Zuccini #184F30
Tints of Zuccini #184F30
RGB
CMYK
RGB Variations
Color information
#184F30 (or 0x184F30) is known color: Zuccini. HEX triplet: 18, 4F and 30. RGB value is (24,79,48). Sum of RGB (Red+Green+Blue) = 24+79+48=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #184F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F30 is #E7B0CF. Grayscale: #3B3B3B. Windows color (decimal): -15184080 or 3165976. OLE color: 3165976.
HSL color Cylindrical-coordinate representation of color #184F30: hue angle of 146.18º 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 #184F30 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 79 | 48 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.69 |
| HSL | 146.18º | 0.53% | 0.2% | - |
| HSV(B) | 146.18º | 0.7% | 0.31% | - |
| XYZ | 3.71 | 6 | 3.76 | - |
| YUV | 59.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 79 | 48 | 0.70 | 0 | 0.39 | 0.69 | 146.18 | 0.53 | 0.2 |
| Hex | 18 | 4F | 30 | 46 | 0 | 27 | 45 | 92 | 35 | 14 |
| Octal | 30 | 117 | 60 | 106 | 0 | 47 | 105 | 222 | 65 | 24 |
| Binary | 11000 | 1001111 | 110000 | 1000110 | 0 | 100111 | 1000101 | 10010010 | 110101 | 10100 |
Color Harmonies of #184F30
Complementary color
Monochromatic Colors of #184F30
Black with #184F30
Text Example
Text Example
White with #184F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184F30; }
p { color: rgb(24,79,48); }
H1.HeaderClassName
{
color: #184F30;
}
.AnyTagClassName
{
color: #184F30;
}
</style>
background-color css
<style>
a { background-color: #184F30; }
a { background-color: rgb(24,79,48); }
div.DivClassName
{
background-color: #184F30;
}
.BgClassName
{
background-color: #184F30;
}
</style>
border-color css
<style>
span { border-color: #184F30; }
span { border-color: rgb(24,79,48); }
td.TdClassName
{
border-color: #184F30;
}
.TagClassName
{
border-color: #184F30;
}
</style>