Shades of Zuccini #194F2E
Tints of Zuccini #194F2E
RGB
CMYK
RGB Variations
Color information
#194F2E (or 0x194F2E) is known color: Zuccini. HEX triplet: 19, 4F and 2E. RGB value is (25,79,46). Sum of RGB (Red+Green+Blue) = 25+79+46=150 (19% of max value = 765). Red value is 25 (10.16% from 255 or 16.67% from 150); Green value is 79 (31.25% from 255 or 52.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 79 - color contains mainly: green. Hex color #194F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F2E is #E6B0D1. Grayscale: #3B3B3B. Windows color (decimal): -15118546 or 3034905. OLE color: 3034905.
HSL color Cylindrical-coordinate representation of color #194F2E: hue angle of 143.33º degrees, saturation: 0.52, 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 #194F2E is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 46 | - |
| CMYK | 0.68 | 0 | 0.42 | 0.69 |
| HSL | 143.33º | 0.52% | 0.2% | - |
| HSV(B) | 143.33º | 0.68% | 0.31% | - |
| XYZ | 3.69 | 6 | 3.55 | - |
| YUV | 59.09 | 120.61 | 103.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 46 | 0.68 | 0 | 0.42 | 0.69 | 143.33 | 0.52 | 0.2 |
| Hex | 19 | 4F | 2E | 44 | 0 | 2A | 45 | 8F | 34 | 14 |
| Octal | 31 | 117 | 56 | 104 | 0 | 52 | 105 | 217 | 64 | 24 |
| Binary | 11001 | 1001111 | 101110 | 1000100 | 0 | 101010 | 1000101 | 10001111 | 110100 | 10100 |
Color Harmonies of #194F2E
Complementary color
Monochromatic Colors of #194F2E
Black with #194F2E
Text Example
Text Example
White with #194F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F2E; }
p { color: rgb(25,79,46); }
H1.HeaderClassName
{
color: #194F2E;
}
.AnyTagClassName
{
color: #194F2E;
}
</style>
background-color css
<style>
a { background-color: #194F2E; }
a { background-color: rgb(25,79,46); }
div.DivClassName
{
background-color: #194F2E;
}
.BgClassName
{
background-color: #194F2E;
}
</style>
border-color css
<style>
span { border-color: #194F2E; }
span { border-color: rgb(25,79,46); }
td.TdClassName
{
border-color: #194F2E;
}
.TagClassName
{
border-color: #194F2E;
}
</style>