Shades of Zuccini #1C4B2E
Tints of Zuccini #1C4B2E
RGB
CMYK
RGB Variations
Color information
#1C4B2E (or 0x1C4B2E) is known color: Zuccini. HEX triplet: 1C, 4B and 2E. RGB value is (28,75,46). Sum of RGB (Red+Green+Blue) = 28+75+46=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 75 (29.69% from 255 or 50.34% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 75 - color contains mainly: green. Hex color #1C4B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4B2E is #E3B4D1. Grayscale: #393939. Windows color (decimal): -14922962 or 3033884. OLE color: 3033884.
HSL color Cylindrical-coordinate representation of color #1C4B2E: hue angle of 142.98º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4B2E is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 75 | 46 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.71 |
| HSL | 142.98º | 0.46% | 0.2% | - |
| HSV(B) | 142.98º | 0.63% | 0.29% | - |
| XYZ | 3.49 | 5.48 | 3.46 | - |
| YUV | 57.64 | 121.43 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 75 | 46 | 0.63 | 0 | 0.39 | 0.71 | 142.98 | 0.46 | 0.2 |
| Hex | 1C | 4B | 2E | 3F | 0 | 27 | 47 | 8F | 2E | 14 |
| Octal | 34 | 113 | 56 | 77 | 0 | 47 | 107 | 217 | 56 | 24 |
| Binary | 11100 | 1001011 | 101110 | 111111 | 0 | 100111 | 1000111 | 10001111 | 101110 | 10100 |
Color Harmonies of #1C4B2E
Complementary color
Monochromatic Colors of #1C4B2E
Black with #1C4B2E
Text Example
Text Example
White with #1C4B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4B2E; }
p { color: rgb(28,75,46); }
H1.HeaderClassName
{
color: #1C4B2E;
}
.AnyTagClassName
{
color: #1C4B2E;
}
</style>
background-color css
<style>
a { background-color: #1C4B2E; }
a { background-color: rgb(28,75,46); }
div.DivClassName
{
background-color: #1C4B2E;
}
.BgClassName
{
background-color: #1C4B2E;
}
</style>
border-color css
<style>
span { border-color: #1C4B2E; }
span { border-color: rgb(28,75,46); }
td.TdClassName
{
border-color: #1C4B2E;
}
.TagClassName
{
border-color: #1C4B2E;
}
</style>