Shades of Zuccini #1C482F
Tints of Zuccini #1C482F
RGB
CMYK
RGB Variations
Color information
#1C482F (or 0x1C482F) is known color: Zuccini. HEX triplet: 1C, 48 and 2F. RGB value is (28,72,47). Sum of RGB (Red+Green+Blue) = 28+72+47=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #1C482F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C482F is #E3B7D0. Grayscale: #383838. Windows color (decimal): -14923729 or 3098652. OLE color: 3098652.
HSL color Cylindrical-coordinate representation of color #1C482F: hue angle of 145.91º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C482F is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 72 | 47 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.72 |
| HSL | 145.91º | 0.44% | 0.2% | - |
| HSV(B) | 145.91º | 0.61% | 0.28% | - |
| XYZ | 3.31 | 5.09 | 3.5 | - |
| YUV | 55.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 72 | 47 | 0.61 | 0 | 0.35 | 0.72 | 145.91 | 0.44 | 0.2 |
| Hex | 1C | 48 | 2F | 3D | 0 | 23 | 48 | 92 | 2C | 14 |
| Octal | 34 | 110 | 57 | 75 | 0 | 43 | 110 | 222 | 54 | 24 |
| Binary | 11100 | 1001000 | 101111 | 111101 | 0 | 100011 | 1001000 | 10010010 | 101100 | 10100 |
Color Harmonies of #1C482F
Complementary color
Monochromatic Colors of #1C482F
Black with #1C482F
Text Example
Text Example
White with #1C482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C482F; }
p { color: rgb(28,72,47); }
H1.HeaderClassName
{
color: #1C482F;
}
.AnyTagClassName
{
color: #1C482F;
}
</style>
background-color css
<style>
a { background-color: #1C482F; }
a { background-color: rgb(28,72,47); }
div.DivClassName
{
background-color: #1C482F;
}
.BgClassName
{
background-color: #1C482F;
}
</style>
border-color css
<style>
span { border-color: #1C482F; }
span { border-color: rgb(28,72,47); }
td.TdClassName
{
border-color: #1C482F;
}
.TagClassName
{
border-color: #1C482F;
}
</style>