Shades of Zuccini #194F30
Tints of Zuccini #194F30
RGB
CMYK
RGB Variations
Color information
#194F30 (or 0x194F30) is known color: Zuccini. HEX triplet: 19, 4F and 30. RGB value is (25,79,48). Sum of RGB (Red+Green+Blue) = 25+79+48=152 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.45% from 152); Green value is 79 (31.25% from 255 or 51.97% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 79 - color contains mainly: green. Hex color #194F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194F30 is #E6B0CF. Grayscale: #3B3B3B. Windows color (decimal): -15118544 or 3165977. OLE color: 3165977.
HSL color Cylindrical-coordinate representation of color #194F30: hue angle of 145.56º 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 #194F30 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 25 | 79 | 48 | - |
| CMYK | 0.68 | 0 | 0.39 | 0.69 |
| HSL | 145.56º | 0.52% | 0.2% | - |
| HSV(B) | 145.56º | 0.68% | 0.31% | - |
| XYZ | 3.73 | 6.01 | 3.76 | - |
| YUV | 59.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 48 | 0.68 | 0 | 0.39 | 0.69 | 145.56 | 0.52 | 0.2 |
| Hex | 19 | 4F | 30 | 44 | 0 | 27 | 45 | 92 | 34 | 14 |
| Octal | 31 | 117 | 60 | 104 | 0 | 47 | 105 | 222 | 64 | 24 |
| Binary | 11001 | 1001111 | 110000 | 1000100 | 0 | 100111 | 1000101 | 10010010 | 110100 | 10100 |
Color Harmonies of #194F30
Complementary color
Monochromatic Colors of #194F30
Black with #194F30
Text Example
Text Example
White with #194F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F30; }
p { color: rgb(25,79,48); }
H1.HeaderClassName
{
color: #194F30;
}
.AnyTagClassName
{
color: #194F30;
}
</style>
background-color css
<style>
a { background-color: #194F30; }
a { background-color: rgb(25,79,48); }
div.DivClassName
{
background-color: #194F30;
}
.BgClassName
{
background-color: #194F30;
}
</style>
border-color css
<style>
span { border-color: #194F30; }
span { border-color: rgb(25,79,48); }
td.TdClassName
{
border-color: #194F30;
}
.TagClassName
{
border-color: #194F30;
}
</style>