Shades of Zuccini #194C2B
Tints of Zuccini #194C2B
RGB
CMYK
RGB Variations
Color information
#194C2B (or 0x194C2B) is known color: Zuccini. HEX triplet: 19, 4C and 2B. RGB value is (25,76,43). Sum of RGB (Red+Green+Blue) = 25+76+43=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 76 (30.08% from 255 or 52.78% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 76 - color contains mainly: green. Hex color #194C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194C2B is #E6B3D4. Grayscale: #393939. Windows color (decimal): -15119317 or 2837529. OLE color: 2837529.
HSL color Cylindrical-coordinate representation of color #194C2B: hue angle of 141.18º 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 #194C2B is Cyan = 0.67, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 25 | 76 | 43 | - |
| CMYK | 0.67 | 0 | 0.43 | 0.70 |
| HSL | 141.18º | 0.5% | 0.2% | - |
| HSV(B) | 141.18º | 0.67% | 0.3% | - |
| XYZ | 3.42 | 5.55 | 3.18 | - |
| YUV | 56.99 | 120.1 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 76 | 43 | 0.67 | 0 | 0.43 | 0.70 | 141.18 | 0.5 | 0.2 |
| Hex | 19 | 4C | 2B | 43 | 0 | 2B | 46 | 8D | 32 | 14 |
| Octal | 31 | 114 | 53 | 103 | 0 | 53 | 106 | 215 | 62 | 24 |
| Binary | 11001 | 1001100 | 101011 | 1000011 | 0 | 101011 | 1000110 | 10001101 | 110010 | 10100 |
Color Harmonies of #194C2B
Complementary color
Monochromatic Colors of #194C2B
Black with #194C2B
Text Example
Text Example
White with #194C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194C2B; }
p { color: rgb(25,76,43); }
H1.HeaderClassName
{
color: #194C2B;
}
.AnyTagClassName
{
color: #194C2B;
}
</style>
background-color css
<style>
a { background-color: #194C2B; }
a { background-color: rgb(25,76,43); }
div.DivClassName
{
background-color: #194C2B;
}
.BgClassName
{
background-color: #194C2B;
}
</style>
border-color css
<style>
span { border-color: #194C2B; }
span { border-color: rgb(25,76,43); }
td.TdClassName
{
border-color: #194C2B;
}
.TagClassName
{
border-color: #194C2B;
}
</style>