Shades of Zuccini #1C452F
Tints of Zuccini #1C452F
RGB
CMYK
RGB Variations
Color information
#1C452F (or 0x1C452F) is known color: Zuccini. HEX triplet: 1C, 45 and 2F. RGB value is (28,69,47). Sum of RGB (Red+Green+Blue) = 28+69+47=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #1C452F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C452F is #E3BAD0. Grayscale: #363636. Windows color (decimal): -14924497 or 3097884. OLE color: 3097884.
HSL color Cylindrical-coordinate representation of color #1C452F: hue angle of 147.8º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #1C452F is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 28 | 69 | 47 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.73 |
| HSL | 147.8º | 0.42% | 0.19% | - |
| HSV(B) | 147.8º | 0.59% | 0.27% | - |
| XYZ | 3.12 | 4.71 | 3.43 | - |
| YUV | 54.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 69 | 47 | 0.59 | 0 | 0.32 | 0.73 | 147.8 | 0.42 | 0.19 |
| Hex | 1C | 45 | 2F | 3B | 0 | 20 | 49 | 94 | 2A | 13 |
| Octal | 34 | 105 | 57 | 73 | 0 | 40 | 111 | 224 | 52 | 23 |
| Binary | 11100 | 1000101 | 101111 | 111011 | 0 | 100000 | 1001001 | 10010100 | 101010 | 10011 |
Color Harmonies of #1C452F
Complementary color
Monochromatic Colors of #1C452F
Black with #1C452F
Text Example
Text Example
White with #1C452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C452F; }
p { color: rgb(28,69,47); }
H1.HeaderClassName
{
color: #1C452F;
}
.AnyTagClassName
{
color: #1C452F;
}
</style>
background-color css
<style>
a { background-color: #1C452F; }
a { background-color: rgb(28,69,47); }
div.DivClassName
{
background-color: #1C452F;
}
.BgClassName
{
background-color: #1C452F;
}
</style>
border-color css
<style>
span { border-color: #1C452F; }
span { border-color: rgb(28,69,47); }
td.TdClassName
{
border-color: #1C452F;
}
.TagClassName
{
border-color: #1C452F;
}
</style>