Shades of Zuccini #1F482E
Tints of Zuccini #1F482E
RGB
CMYK
RGB Variations
Color information
#1F482E (or 0x1F482E) is known color: Zuccini. HEX triplet: 1F, 48 and 2E. RGB value is (31,72,46). Sum of RGB (Red+Green+Blue) = 31+72+46=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #1F482E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F482E is #E0B7D1. Grayscale: #383838. Windows color (decimal): -14727122 or 3033119. OLE color: 3033119.
HSL color Cylindrical-coordinate representation of color #1F482E: hue angle of 141.95º 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 #1F482E is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 31 | 72 | 46 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.72 |
| HSL | 141.95º | 0.4% | 0.2% | - |
| HSV(B) | 141.95º | 0.57% | 0.28% | - |
| XYZ | 3.38 | 5.12 | 3.4 | - |
| YUV | 56.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 72 | 46 | 0.57 | 0 | 0.36 | 0.72 | 141.95 | 0.4 | 0.2 |
| Hex | 1F | 48 | 2E | 39 | 0 | 24 | 48 | 8E | 28 | 14 |
| Octal | 37 | 110 | 56 | 71 | 0 | 44 | 110 | 216 | 50 | 24 |
| Binary | 11111 | 1001000 | 101110 | 111001 | 0 | 100100 | 1001000 | 10001110 | 101000 | 10100 |
Color Harmonies of #1F482E
Complementary color
Monochromatic Colors of #1F482E
Black with #1F482E
Text Example
Text Example
White with #1F482E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F482E; }
p { color: rgb(31,72,46); }
H1.HeaderClassName
{
color: #1F482E;
}
.AnyTagClassName
{
color: #1F482E;
}
</style>
background-color css
<style>
a { background-color: #1F482E; }
a { background-color: rgb(31,72,46); }
div.DivClassName
{
background-color: #1F482E;
}
.BgClassName
{
background-color: #1F482E;
}
</style>
border-color css
<style>
span { border-color: #1F482E; }
span { border-color: rgb(31,72,46); }
td.TdClassName
{
border-color: #1F482E;
}
.TagClassName
{
border-color: #1F482E;
}
</style>