Shades of Palm Green #193D2C
Tints of Palm Green #193D2C
RGB
CMYK
RGB Variations
Color information
#193D2C (or 0x193D2C) is known color: Palm Green. HEX triplet: 19, 3D and 2C. RGB value is (25,61,44). Sum of RGB (Red+Green+Blue) = 25+61+44=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2C is #E6C2D3. Grayscale: #303030. Windows color (decimal): -15123156 or 2899225. OLE color: 2899225.
HSL color Cylindrical-coordinate representation of color #193D2C: hue angle of 151.67º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D2C is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 44 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.76 |
| HSL | 151.67º | 0.42% | 0.17% | - |
| HSV(B) | 151.67º | 0.59% | 0.24% | - |
| XYZ | 2.52 | 3.73 | 2.97 | - |
| YUV | 48.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 44 | 0.59 | 0 | 0.28 | 0.76 | 151.67 | 0.42 | 0.17 |
| Hex | 19 | 3D | 2C | 3B | 0 | 1C | 4C | 98 | 2A | 11 |
| Octal | 31 | 75 | 54 | 73 | 0 | 34 | 114 | 230 | 52 | 21 |
| Binary | 11001 | 111101 | 101100 | 111011 | 0 | 11100 | 1001100 | 10011000 | 101010 | 10001 |
Color Harmonies of #193D2C
Complementary color
Monochromatic Colors of #193D2C
Black with #193D2C
Text Example
Text Example
White with #193D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D2C; }
p { color: rgb(25,61,44); }
H1.HeaderClassName
{
color: #193D2C;
}
.AnyTagClassName
{
color: #193D2C;
}
</style>
background-color css
<style>
a { background-color: #193D2C; }
a { background-color: rgb(25,61,44); }
div.DivClassName
{
background-color: #193D2C;
}
.BgClassName
{
background-color: #193D2C;
}
</style>
border-color css
<style>
span { border-color: #193D2C; }
span { border-color: rgb(25,61,44); }
td.TdClassName
{
border-color: #193D2C;
}
.TagClassName
{
border-color: #193D2C;
}
</style>