Shades of Zuccini #1F442D
Tints of Zuccini #1F442D
RGB
CMYK
RGB Variations
Color information
#1F442D (or 0x1F442D) is known color: Zuccini. HEX triplet: 1F, 44 and 2D. RGB value is (31,68,45). Sum of RGB (Red+Green+Blue) = 31+68+45=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #1F442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F442D is #E0BBD2. Grayscale: #363636. Windows color (decimal): -14728147 or 2966559. OLE color: 2966559.
HSL color Cylindrical-coordinate representation of color #1F442D: hue angle of 142.7º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F442D is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 31 | 68 | 45 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.73 |
| HSL | 142.7º | 0.37% | 0.19% | - |
| HSV(B) | 142.7º | 0.54% | 0.27% | - |
| XYZ | 3.11 | 4.62 | 3.21 | - |
| YUV | 54.32 | 122.74 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 68 | 45 | 0.54 | 0 | 0.34 | 0.73 | 142.7 | 0.37 | 0.19 |
| Hex | 1F | 44 | 2D | 36 | 0 | 22 | 49 | 8F | 25 | 13 |
| Octal | 37 | 104 | 55 | 66 | 0 | 42 | 111 | 217 | 45 | 23 |
| Binary | 11111 | 1000100 | 101101 | 110110 | 0 | 100010 | 1001001 | 10001111 | 100101 | 10011 |
Color Harmonies of #1F442D
Complementary color
Monochromatic Colors of #1F442D
Black with #1F442D
Text Example
Text Example
White with #1F442D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F442D; }
p { color: rgb(31,68,45); }
H1.HeaderClassName
{
color: #1F442D;
}
.AnyTagClassName
{
color: #1F442D;
}
</style>
background-color css
<style>
a { background-color: #1F442D; }
a { background-color: rgb(31,68,45); }
div.DivClassName
{
background-color: #1F442D;
}
.BgClassName
{
background-color: #1F442D;
}
</style>
border-color css
<style>
span { border-color: #1F442D; }
span { border-color: rgb(31,68,45); }
td.TdClassName
{
border-color: #1F442D;
}
.TagClassName
{
border-color: #1F442D;
}
</style>