Shades of Zuccini #1C462F
Tints of Zuccini #1C462F
RGB
CMYK
RGB Variations
Color information
#1C462F (or 0x1C462F) is known color: Zuccini. HEX triplet: 1C, 46 and 2F. RGB value is (28,70,47). Sum of RGB (Red+Green+Blue) = 28+70+47=145 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.31% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #1C462F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C462F is #E3B9D0. Grayscale: #363636. Windows color (decimal): -14924241 or 3098140. OLE color: 3098140.
HSL color Cylindrical-coordinate representation of color #1C462F: hue angle of 147.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1C462F is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 70 | 47 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.73 |
| HSL | 147.14º | 0.43% | 0.19% | - |
| HSV(B) | 147.14º | 0.6% | 0.27% | - |
| XYZ | 3.18 | 4.83 | 3.45 | - |
| YUV | 54.82 | 123.59 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 70 | 47 | 0.60 | 0 | 0.33 | 0.73 | 147.14 | 0.43 | 0.19 |
| Hex | 1C | 46 | 2F | 3C | 0 | 21 | 49 | 93 | 2B | 13 |
| Octal | 34 | 106 | 57 | 74 | 0 | 41 | 111 | 223 | 53 | 23 |
| Binary | 11100 | 1000110 | 101111 | 111100 | 0 | 100001 | 1001001 | 10010011 | 101011 | 10011 |
Color Harmonies of #1C462F
Complementary color
Monochromatic Colors of #1C462F
Black with #1C462F
Text Example
Text Example
White with #1C462F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C462F; }
p { color: rgb(28,70,47); }
H1.HeaderClassName
{
color: #1C462F;
}
.AnyTagClassName
{
color: #1C462F;
}
</style>
background-color css
<style>
a { background-color: #1C462F; }
a { background-color: rgb(28,70,47); }
div.DivClassName
{
background-color: #1C462F;
}
.BgClassName
{
background-color: #1C462F;
}
</style>
border-color css
<style>
span { border-color: #1C462F; }
span { border-color: rgb(28,70,47); }
td.TdClassName
{
border-color: #1C462F;
}
.TagClassName
{
border-color: #1C462F;
}
</style>