Shades of Zuccini #1E4730
Tints of Zuccini #1E4730
RGB
CMYK
RGB Variations
Color information
#1E4730 (or 0x1E4730) is known color: Zuccini. HEX triplet: 1E, 47 and 30. RGB value is (30,71,48). Sum of RGB (Red+Green+Blue) = 30+71+48=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 71 (28.12% from 255 or 47.65% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 71 - color contains mainly: green. Hex color #1E4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4730 is #E1B8CF. Grayscale: #383838. Windows color (decimal): -14792912 or 3163934. OLE color: 3163934.
HSL color Cylindrical-coordinate representation of color #1E4730: hue angle of 146.34º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4730 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 48 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.72 |
| HSL | 146.34º | 0.41% | 0.2% | - |
| HSV(B) | 146.34º | 0.58% | 0.28% | - |
| XYZ | 3.32 | 5 | 3.59 | - |
| YUV | 56.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 48 | 0.58 | 0 | 0.32 | 0.72 | 146.34 | 0.41 | 0.2 |
| Hex | 1E | 47 | 30 | 3A | 0 | 20 | 48 | 92 | 29 | 14 |
| Octal | 36 | 107 | 60 | 72 | 0 | 40 | 110 | 222 | 51 | 24 |
| Binary | 11110 | 1000111 | 110000 | 111010 | 0 | 100000 | 1001000 | 10010010 | 101001 | 10100 |
Color Harmonies of #1E4730
Complementary color
Monochromatic Colors of #1E4730
Black with #1E4730
Text Example
Text Example
White with #1E4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4730; }
p { color: rgb(30,71,48); }
H1.HeaderClassName
{
color: #1E4730;
}
.AnyTagClassName
{
color: #1E4730;
}
</style>
background-color css
<style>
a { background-color: #1E4730; }
a { background-color: rgb(30,71,48); }
div.DivClassName
{
background-color: #1E4730;
}
.BgClassName
{
background-color: #1E4730;
}
</style>
border-color css
<style>
span { border-color: #1E4730; }
span { border-color: rgb(30,71,48); }
td.TdClassName
{
border-color: #1E4730;
}
.TagClassName
{
border-color: #1E4730;
}
</style>