Shades of Zuccini #194B2C
Tints of Zuccini #194B2C
RGB
CMYK
RGB Variations
Color information
#194B2C (or 0x194B2C) is known color: Zuccini. HEX triplet: 19, 4B and 2C. RGB value is (25,75,44). Sum of RGB (Red+Green+Blue) = 25+75+44=144 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.36% from 144); Green value is 75 (29.69% from 255 or 52.08% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 75 - color contains mainly: green. Hex color #194B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B2C is #E6B4D3. Grayscale: #383838. Windows color (decimal): -15119572 or 2902809. OLE color: 2902809.
HSL color Cylindrical-coordinate representation of color #194B2C: hue angle of 142.8º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #194B2C is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 44 | - |
| CMYK | 0.67 | 0 | 0.41 | 0.71 |
| HSL | 142.8º | 0.5% | 0.2% | - |
| HSV(B) | 142.8º | 0.67% | 0.29% | - |
| XYZ | 3.37 | 5.42 | 3.25 | - |
| YUV | 56.52 | 120.94 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 44 | 0.67 | 0 | 0.41 | 0.71 | 142.8 | 0.5 | 0.2 |
| Hex | 19 | 4B | 2C | 43 | 0 | 29 | 47 | 8F | 32 | 14 |
| Octal | 31 | 113 | 54 | 103 | 0 | 51 | 107 | 217 | 62 | 24 |
| Binary | 11001 | 1001011 | 101100 | 1000011 | 0 | 101001 | 1000111 | 10001111 | 110010 | 10100 |
Color Harmonies of #194B2C
Complementary color
Monochromatic Colors of #194B2C
Black with #194B2C
Text Example
Text Example
White with #194B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B2C; }
p { color: rgb(25,75,44); }
H1.HeaderClassName
{
color: #194B2C;
}
.AnyTagClassName
{
color: #194B2C;
}
</style>
background-color css
<style>
a { background-color: #194B2C; }
a { background-color: rgb(25,75,44); }
div.DivClassName
{
background-color: #194B2C;
}
.BgClassName
{
background-color: #194B2C;
}
</style>
border-color css
<style>
span { border-color: #194B2C; }
span { border-color: rgb(25,75,44); }
td.TdClassName
{
border-color: #194B2C;
}
.TagClassName
{
border-color: #194B2C;
}
</style>