Shades of Zuccini #194C2D
Tints of Zuccini #194C2D
RGB
CMYK
RGB Variations
Color information
#194C2D (or 0x194C2D) is known color: Zuccini. HEX triplet: 19, 4C and 2D. RGB value is (25,76,45). Sum of RGB (Red+Green+Blue) = 25+76+45=146 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.12% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2D is #E6B3D2. Grayscale: #393939. Windows color (decimal): -15119315 or 2968601. OLE color: 2968601.
HSL color Cylindrical-coordinate representation of color #194C2D: hue angle of 143.53º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194C2D is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 45 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.70 |
| HSL | 143.53º | 0.5% | 0.2% | - |
| HSV(B) | 143.53º | 0.67% | 0.3% | - |
| XYZ | 3.46 | 5.57 | 3.37 | - |
| YUV | 57.22 | 121.1 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 45 | 0.67 | 0 | 0.41 | 0.70 | 143.53 | 0.5 | 0.2 |
| Hex | 19 | 4C | 2D | 43 | 0 | 29 | 46 | 90 | 32 | 14 |
| Octal | 31 | 114 | 55 | 103 | 0 | 51 | 106 | 220 | 62 | 24 |
| Binary | 11001 | 1001100 | 101101 | 1000011 | 0 | 101001 | 1000110 | 10010000 | 110010 | 10100 |
Color Harmonies of #194C2D
Complementary color
Monochromatic Colors of #194C2D
Black with #194C2D
Text Example
Text Example
White with #194C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C2D; }
p { color: rgb(25,76,45); }
H1.HeaderClassName
{
color: #194C2D;
}
.AnyTagClassName
{
color: #194C2D;
}
</style>
background-color css
<style>
a { background-color: #194C2D; }
a { background-color: rgb(25,76,45); }
div.DivClassName
{
background-color: #194C2D;
}
.BgClassName
{
background-color: #194C2D;
}
</style>
border-color css
<style>
span { border-color: #194C2D; }
span { border-color: rgb(25,76,45); }
td.TdClassName
{
border-color: #194C2D;
}
.TagClassName
{
border-color: #194C2D;
}
</style>