Shades of Zuccini #194B2F
Tints of Zuccini #194B2F
RGB
CMYK
RGB Variations
Color information
#194B2F (or 0x194B2F) is known color: Zuccini. HEX triplet: 19, 4B and 2F. RGB value is (25,75,47). Sum of RGB (Red+Green+Blue) = 25+75+47=147 (19% of max value = 765). Red value is 25 (10.16% from 255 or 17.01% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 47 (18.75% from 255 or 31.97% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #194B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194B2F is #E6B4D0. Grayscale: #383838. Windows color (decimal): -15119569 or 3099417. OLE color: 3099417.
HSL color Cylindrical-coordinate representation of color #194B2F: hue angle of 146.4º 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 #194B2F is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 25 | 75 | 47 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.71 |
| HSL | 146.4º | 0.5% | 0.2% | - |
| HSV(B) | 146.4º | 0.67% | 0.29% | - |
| XYZ | 3.43 | 5.44 | 3.56 | - |
| YUV | 56.86 | 122.44 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 75 | 47 | 0.67 | 0 | 0.37 | 0.71 | 146.4 | 0.5 | 0.2 |
| Hex | 19 | 4B | 2F | 43 | 0 | 25 | 47 | 92 | 32 | 14 |
| Octal | 31 | 113 | 57 | 103 | 0 | 45 | 107 | 222 | 62 | 24 |
| Binary | 11001 | 1001011 | 101111 | 1000011 | 0 | 100101 | 1000111 | 10010010 | 110010 | 10100 |
Color Harmonies of #194B2F
Complementary color
Monochromatic Colors of #194B2F
Black with #194B2F
Text Example
Text Example
White with #194B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194B2F; }
p { color: rgb(25,75,47); }
H1.HeaderClassName
{
color: #194B2F;
}
.AnyTagClassName
{
color: #194B2F;
}
</style>
background-color css
<style>
a { background-color: #194B2F; }
a { background-color: rgb(25,75,47); }
div.DivClassName
{
background-color: #194B2F;
}
.BgClassName
{
background-color: #194B2F;
}
</style>
border-color css
<style>
span { border-color: #194B2F; }
span { border-color: rgb(25,75,47); }
td.TdClassName
{
border-color: #194B2F;
}
.TagClassName
{
border-color: #194B2F;
}
</style>