Shades of Zuccini #1F492F
Tints of Zuccini #1F492F
RGB
CMYK
RGB Variations
Color information
#1F492F (or 0x1F492F) is known color: Zuccini. HEX triplet: 1F, 49 and 2F. RGB value is (31,73,47). Sum of RGB (Red+Green+Blue) = 31+73+47=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 73 (28.91% from 255 or 48.34% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 73 - color contains mainly: green. Hex color #1F492F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F492F is #E0B6D0. Grayscale: #393939. Windows color (decimal): -14726865 or 3098911. OLE color: 3098911.
HSL color Cylindrical-coordinate representation of color #1F492F: hue angle of 142.86º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F492F is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 73 | 47 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.71 |
| HSL | 142.86º | 0.4% | 0.2% | - |
| HSV(B) | 142.86º | 0.58% | 0.29% | - |
| XYZ | 3.46 | 5.26 | 3.52 | - |
| YUV | 57.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 73 | 47 | 0.58 | 0 | 0.36 | 0.71 | 142.86 | 0.4 | 0.2 |
| Hex | 1F | 49 | 2F | 3A | 0 | 24 | 47 | 8F | 28 | 14 |
| Octal | 37 | 111 | 57 | 72 | 0 | 44 | 107 | 217 | 50 | 24 |
| Binary | 11111 | 1001001 | 101111 | 111010 | 0 | 100100 | 1000111 | 10001111 | 101000 | 10100 |
Color Harmonies of #1F492F
Complementary color
Monochromatic Colors of #1F492F
Black with #1F492F
Text Example
Text Example
White with #1F492F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F492F; }
p { color: rgb(31,73,47); }
H1.HeaderClassName
{
color: #1F492F;
}
.AnyTagClassName
{
color: #1F492F;
}
</style>
background-color css
<style>
a { background-color: #1F492F; }
a { background-color: rgb(31,73,47); }
div.DivClassName
{
background-color: #1F492F;
}
.BgClassName
{
background-color: #1F492F;
}
</style>
border-color css
<style>
span { border-color: #1F492F; }
span { border-color: rgb(31,73,47); }
td.TdClassName
{
border-color: #1F492F;
}
.TagClassName
{
border-color: #1F492F;
}
</style>