Shades of Zuccini #194E2F
Tints of Zuccini #194E2F
RGB
CMYK
RGB Variations
Color information
#194E2F (or 0x194E2F) is known color: Zuccini. HEX triplet: 19, 4E and 2F. RGB value is (25,78,47). Sum of RGB (Red+Green+Blue) = 25+78+47=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 78 (30.86% from 255 or 52% from 150); Blue value is 47 (18.75% from 255 or 31.33% from 150); Max value from RGB is 78 - color contains mainly: green. Hex color #194E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194E2F is #E6B1D0. Grayscale: #3A3A3A. Windows color (decimal): -15118801 or 3100185. OLE color: 3100185.
HSL color Cylindrical-coordinate representation of color #194E2F: hue angle of 144.91º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194E2F is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 78 | 47 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.69 |
| HSL | 144.91º | 0.51% | 0.2% | - |
| HSV(B) | 144.91º | 0.68% | 0.31% | - |
| XYZ | 3.64 | 5.86 | 3.63 | - |
| YUV | 58.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 78 | 47 | 0.68 | 0 | 0.40 | 0.69 | 144.91 | 0.51 | 0.2 |
| Hex | 19 | 4E | 2F | 44 | 0 | 28 | 45 | 91 | 33 | 14 |
| Octal | 31 | 116 | 57 | 104 | 0 | 50 | 105 | 221 | 63 | 24 |
| Binary | 11001 | 1001110 | 101111 | 1000100 | 0 | 101000 | 1000101 | 10010001 | 110011 | 10100 |
Color Harmonies of #194E2F
Complementary color
Monochromatic Colors of #194E2F
Black with #194E2F
Text Example
Text Example
White with #194E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194E2F; }
p { color: rgb(25,78,47); }
H1.HeaderClassName
{
color: #194E2F;
}
.AnyTagClassName
{
color: #194E2F;
}
</style>
background-color css
<style>
a { background-color: #194E2F; }
a { background-color: rgb(25,78,47); }
div.DivClassName
{
background-color: #194E2F;
}
.BgClassName
{
background-color: #194E2F;
}
</style>
border-color css
<style>
span { border-color: #194E2F; }
span { border-color: rgb(25,78,47); }
td.TdClassName
{
border-color: #194E2F;
}
.TagClassName
{
border-color: #194E2F;
}
</style>