Shades of Zuccini #1E472B
Tints of Zuccini #1E472B
RGB
CMYK
RGB Variations
Color information
#1E472B (or 0x1E472B) is known color: Zuccini. HEX triplet: 1E, 47 and 2B. RGB value is (30,71,43). Sum of RGB (Red+Green+Blue) = 30+71+43=144 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.83% from 144); Green value is 71 (28.12% from 255 or 49.31% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 71 - color contains mainly: green. Hex color #1E472B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E472B is #E1B8D4. Grayscale: #373737. Windows color (decimal): -14792917 or 2836254. OLE color: 2836254.
HSL color Cylindrical-coordinate representation of color #1E472B: hue angle of 139.02º 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 #1E472B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 30 | 71 | 43 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.72 |
| HSL | 139.02º | 0.41% | 0.2% | - |
| HSV(B) | 139.02º | 0.58% | 0.28% | - |
| XYZ | 3.22 | 4.96 | 3.07 | - |
| YUV | 55.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 43 | 0.58 | 0 | 0.39 | 0.72 | 139.02 | 0.41 | 0.2 |
| Hex | 1E | 47 | 2B | 3A | 0 | 27 | 48 | 8B | 29 | 14 |
| Octal | 36 | 107 | 53 | 72 | 0 | 47 | 110 | 213 | 51 | 24 |
| Binary | 11110 | 1000111 | 101011 | 111010 | 0 | 100111 | 1001000 | 10001011 | 101001 | 10100 |
Color Harmonies of #1E472B
Complementary color
Monochromatic Colors of #1E472B
Black with #1E472B
Text Example
Text Example
White with #1E472B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E472B; }
p { color: rgb(30,71,43); }
H1.HeaderClassName
{
color: #1E472B;
}
.AnyTagClassName
{
color: #1E472B;
}
</style>
background-color css
<style>
a { background-color: #1E472B; }
a { background-color: rgb(30,71,43); }
div.DivClassName
{
background-color: #1E472B;
}
.BgClassName
{
background-color: #1E472B;
}
</style>
border-color css
<style>
span { border-color: #1E472B; }
span { border-color: rgb(30,71,43); }
td.TdClassName
{
border-color: #1E472B;
}
.TagClassName
{
border-color: #1E472B;
}
</style>