Shades of Zuccini #1F4831
Tints of Zuccini #1F4831
RGB
CMYK
RGB Variations
Color information
#1F4831 (or 0x1F4831) is known color: Zuccini. HEX triplet: 1F, 48 and 31. RGB value is (31,72,49). Sum of RGB (Red+Green+Blue) = 31+72+49=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 72 (28.52% from 255 or 47.37% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4831 is #E0B7CE. Grayscale: #393939. Windows color (decimal): -14727119 or 3229727. OLE color: 3229727.
HSL color Cylindrical-coordinate representation of color #1F4831: hue angle of 146.34º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1F4831 is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 49 | - |
| CMYK | 0.57 | 0 | 0.32 | 0.72 |
| HSL | 146.34º | 0.4% | 0.2% | - |
| HSV(B) | 146.34º | 0.57% | 0.28% | - |
| XYZ | 3.44 | 5.15 | 3.72 | - |
| YUV | 57.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 49 | 0.57 | 0 | 0.32 | 0.72 | 146.34 | 0.4 | 0.2 |
| Hex | 1F | 48 | 31 | 39 | 0 | 20 | 48 | 92 | 28 | 14 |
| Octal | 37 | 110 | 61 | 71 | 0 | 40 | 110 | 222 | 50 | 24 |
| Binary | 11111 | 1001000 | 110001 | 111001 | 0 | 100000 | 1001000 | 10010010 | 101000 | 10100 |
Color Harmonies of #1F4831
Complementary color
Monochromatic Colors of #1F4831
Black with #1F4831
Text Example
Text Example
White with #1F4831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4831; }
p { color: rgb(31,72,49); }
H1.HeaderClassName
{
color: #1F4831;
}
.AnyTagClassName
{
color: #1F4831;
}
</style>
background-color css
<style>
a { background-color: #1F4831; }
a { background-color: rgb(31,72,49); }
div.DivClassName
{
background-color: #1F4831;
}
.BgClassName
{
background-color: #1F4831;
}
</style>
border-color css
<style>
span { border-color: #1F4831; }
span { border-color: rgb(31,72,49); }
td.TdClassName
{
border-color: #1F4831;
}
.TagClassName
{
border-color: #1F4831;
}
</style>