Shades of Zuccini #1F4730
Tints of Zuccini #1F4730
RGB
CMYK
RGB Variations
Color information
#1F4730 (or 0x1F4730) is known color: Zuccini. HEX triplet: 1F, 47 and 30. RGB value is (31,71,48). Sum of RGB (Red+Green+Blue) = 31+71+48=150 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.67% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4730 is #E0B8CF. Grayscale: #383838. Windows color (decimal): -14727376 or 3163935. OLE color: 3163935.
HSL color Cylindrical-coordinate representation of color #1F4730: hue angle of 145.5º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4730 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 71 | 48 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.72 |
| HSL | 145.5º | 0.39% | 0.2% | - |
| HSV(B) | 145.5º | 0.56% | 0.28% | - |
| XYZ | 3.35 | 5.01 | 3.59 | - |
| YUV | 56.42 | 123.25 | 109.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 71 | 48 | 0.56 | 0 | 0.32 | 0.72 | 145.5 | 0.39 | 0.2 |
| Hex | 1F | 47 | 30 | 38 | 0 | 20 | 48 | 92 | 27 | 14 |
| Octal | 37 | 107 | 60 | 70 | 0 | 40 | 110 | 222 | 47 | 24 |
| Binary | 11111 | 1000111 | 110000 | 111000 | 0 | 100000 | 1001000 | 10010010 | 100111 | 10100 |
Color Harmonies of #1F4730
Complementary color
Monochromatic Colors of #1F4730
Black with #1F4730
Text Example
Text Example
White with #1F4730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4730; }
p { color: rgb(31,71,48); }
H1.HeaderClassName
{
color: #1F4730;
}
.AnyTagClassName
{
color: #1F4730;
}
</style>
background-color css
<style>
a { background-color: #1F4730; }
a { background-color: rgb(31,71,48); }
div.DivClassName
{
background-color: #1F4730;
}
.BgClassName
{
background-color: #1F4730;
}
</style>
border-color css
<style>
span { border-color: #1F4730; }
span { border-color: rgb(31,71,48); }
td.TdClassName
{
border-color: #1F4730;
}
.TagClassName
{
border-color: #1F4730;
}
</style>