Shades of Zuccini #1E4631
Tints of Zuccini #1E4631
RGB
CMYK
RGB Variations
Color information
#1E4631 (or 0x1E4631) is known color: Zuccini. HEX triplet: 1E, 46 and 31. RGB value is (30,70,49). Sum of RGB (Red+Green+Blue) = 30+70+49=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 70 (27.73% from 255 or 46.98% from 149); Blue value is 49 (19.53% from 255 or 32.89% from 149); Max value from RGB is 70 - color contains mainly: green. Hex color #1E4631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4631 is #E1B9CE. Grayscale: #373737. Windows color (decimal): -14793167 or 3229214. OLE color: 3229214.
HSL color Cylindrical-coordinate representation of color #1E4631: hue angle of 148.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E4631 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 30 | 70 | 49 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.73 |
| HSL | 148.5º | 0.4% | 0.2% | - |
| HSV(B) | 148.5º | 0.57% | 0.27% | - |
| XYZ | 3.28 | 4.88 | 3.67 | - |
| YUV | 55.65 | 124.25 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 70 | 49 | 0.57 | 0 | 0.30 | 0.73 | 148.5 | 0.4 | 0.2 |
| Hex | 1E | 46 | 31 | 39 | 0 | 1E | 49 | 94 | 28 | 14 |
| Octal | 36 | 106 | 61 | 71 | 0 | 36 | 111 | 224 | 50 | 24 |
| Binary | 11110 | 1000110 | 110001 | 111001 | 0 | 11110 | 1001001 | 10010100 | 101000 | 10100 |
Color Harmonies of #1E4631
Complementary color
Monochromatic Colors of #1E4631
Black with #1E4631
Text Example
Text Example
White with #1E4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4631; }
p { color: rgb(30,70,49); }
H1.HeaderClassName
{
color: #1E4631;
}
.AnyTagClassName
{
color: #1E4631;
}
</style>
background-color css
<style>
a { background-color: #1E4631; }
a { background-color: rgb(30,70,49); }
div.DivClassName
{
background-color: #1E4631;
}
.BgClassName
{
background-color: #1E4631;
}
</style>
border-color css
<style>
span { border-color: #1E4631; }
span { border-color: rgb(30,70,49); }
td.TdClassName
{
border-color: #1E4631;
}
.TagClassName
{
border-color: #1E4631;
}
</style>