Shades of Zuccini #184A2F
Tints of Zuccini #184A2F
RGB
CMYK
RGB Variations
Color information
#184A2F (or 0x184A2F) is known color: Zuccini. HEX triplet: 18, 4A and 2F. RGB value is (24,74,47). Sum of RGB (Red+Green+Blue) = 24+74+47=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #184A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184A2F is #E7B5D0. Grayscale: #383838. Windows color (decimal): -15185361 or 3099160. OLE color: 3099160.
HSL color Cylindrical-coordinate representation of color #184A2F: hue angle of 147.6º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184A2F is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 74 | 47 | - |
| CMYK | 0.68 | 0 | 0.36 | 0.71 |
| HSL | 147.6º | 0.51% | 0.19% | - |
| HSV(B) | 147.6º | 0.68% | 0.29% | - |
| XYZ | 3.34 | 5.3 | 3.54 | - |
| YUV | 55.97 | 122.94 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 74 | 47 | 0.68 | 0 | 0.36 | 0.71 | 147.6 | 0.51 | 0.19 |
| Hex | 18 | 4A | 2F | 44 | 0 | 24 | 47 | 94 | 33 | 13 |
| Octal | 30 | 112 | 57 | 104 | 0 | 44 | 107 | 224 | 63 | 23 |
| Binary | 11000 | 1001010 | 101111 | 1000100 | 0 | 100100 | 1000111 | 10010100 | 110011 | 10011 |
Color Harmonies of #184A2F
Complementary color
Monochromatic Colors of #184A2F
Black with #184A2F
Text Example
Text Example
White with #184A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #184A2F; }
p { color: rgb(24,74,47); }
H1.HeaderClassName
{
color: #184A2F;
}
.AnyTagClassName
{
color: #184A2F;
}
</style>
background-color css
<style>
a { background-color: #184A2F; }
a { background-color: rgb(24,74,47); }
div.DivClassName
{
background-color: #184A2F;
}
.BgClassName
{
background-color: #184A2F;
}
</style>
border-color css
<style>
span { border-color: #184A2F; }
span { border-color: rgb(24,74,47); }
td.TdClassName
{
border-color: #184A2F;
}
.TagClassName
{
border-color: #184A2F;
}
</style>