Shades of Zuccini #193E2D
Tints of Zuccini #193E2D
RGB
CMYK
RGB Variations
Color information
#193E2D (or 0x193E2D) is known color: Zuccini. HEX triplet: 19, 3E and 2D. RGB value is (25,62,45). Sum of RGB (Red+Green+Blue) = 25+62+45=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 62 (24.61% from 255 or 46.97% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 62 - color contains mainly: green. Hex color #193E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E2D is #E6C1D2. Grayscale: #313131. Windows color (decimal): -15122899 or 2965017. OLE color: 2965017.
HSL color Cylindrical-coordinate representation of color #193E2D: hue angle of 152.43º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193E2D is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 45 | - |
| CMYK | 0.60 | 0 | 0.27 | 0.76 |
| HSL | 152.43º | 0.43% | 0.17% | - |
| HSV(B) | 152.43º | 0.6% | 0.24% | - |
| XYZ | 2.6 | 3.84 | 3.09 | - |
| YUV | 49 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 45 | 0.60 | 0 | 0.27 | 0.76 | 152.43 | 0.43 | 0.17 |
| Hex | 19 | 3E | 2D | 3C | 0 | 1B | 4C | 98 | 2B | 11 |
| Octal | 31 | 76 | 55 | 74 | 0 | 33 | 114 | 230 | 53 | 21 |
| Binary | 11001 | 111110 | 101101 | 111100 | 0 | 11011 | 1001100 | 10011000 | 101011 | 10001 |
Color Harmonies of #193E2D
Complementary color
Monochromatic Colors of #193E2D
Black with #193E2D
Text Example
Text Example
White with #193E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E2D; }
p { color: rgb(25,62,45); }
H1.HeaderClassName
{
color: #193E2D;
}
.AnyTagClassName
{
color: #193E2D;
}
</style>
background-color css
<style>
a { background-color: #193E2D; }
a { background-color: rgb(25,62,45); }
div.DivClassName
{
background-color: #193E2D;
}
.BgClassName
{
background-color: #193E2D;
}
</style>
border-color css
<style>
span { border-color: #193E2D; }
span { border-color: rgb(25,62,45); }
td.TdClassName
{
border-color: #193E2D;
}
.TagClassName
{
border-color: #193E2D;
}
</style>