Shades of Zuccini #194A2E
Tints of Zuccini #194A2E
RGB
CMYK
RGB Variations
Color information
#194A2E (or 0x194A2E) is known color: Zuccini. HEX triplet: 19, 4A and 2E. RGB value is (25,74,46). Sum of RGB (Red+Green+Blue) = 25+74+46=145 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.24% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #194A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194A2E is #E6B5D1. Grayscale: #383838. Windows color (decimal): -15119826 or 3033625. OLE color: 3033625.
HSL color Cylindrical-coordinate representation of color #194A2E: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #194A2E is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 74 | 46 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.71 |
| HSL | 145.71º | 0.49% | 0.19% | - |
| HSV(B) | 145.71º | 0.66% | 0.29% | - |
| XYZ | 3.34 | 5.3 | 3.43 | - |
| YUV | 56.16 | 122.27 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 74 | 46 | 0.66 | 0 | 0.38 | 0.71 | 145.71 | 0.49 | 0.19 |
| Hex | 19 | 4A | 2E | 42 | 0 | 26 | 47 | 92 | 31 | 13 |
| Octal | 31 | 112 | 56 | 102 | 0 | 46 | 107 | 222 | 61 | 23 |
| Binary | 11001 | 1001010 | 101110 | 1000010 | 0 | 100110 | 1000111 | 10010010 | 110001 | 10011 |
Color Harmonies of #194A2E
Complementary color
Monochromatic Colors of #194A2E
Black with #194A2E
Text Example
Text Example
White with #194A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194A2E; }
p { color: rgb(25,74,46); }
H1.HeaderClassName
{
color: #194A2E;
}
.AnyTagClassName
{
color: #194A2E;
}
</style>
background-color css
<style>
a { background-color: #194A2E; }
a { background-color: rgb(25,74,46); }
div.DivClassName
{
background-color: #194A2E;
}
.BgClassName
{
background-color: #194A2E;
}
</style>
border-color css
<style>
span { border-color: #194A2E; }
span { border-color: rgb(25,74,46); }
td.TdClassName
{
border-color: #194A2E;
}
.TagClassName
{
border-color: #194A2E;
}
</style>