Shades of Palm Green #193D2E
Tints of Palm Green #193D2E
RGB
CMYK
RGB Variations
Color information
#193D2E (or 0x193D2E) is known color: Palm Green. HEX triplet: 19, 3D and 2E. RGB value is (25,61,46). Sum of RGB (Red+Green+Blue) = 25+61+46=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2E is #E6C2D1. Grayscale: #303030. Windows color (decimal): -15123154 or 3030297. OLE color: 3030297.
HSL color Cylindrical-coordinate representation of color #193D2E: hue angle of 155º 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 #193D2E is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 46 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.76 |
| HSL | 155º | 0.42% | 0.17% | - |
| HSV(B) | 155º | 0.59% | 0.24% | - |
| XYZ | 2.56 | 3.74 | 3.17 | - |
| YUV | 48.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 46 | 0.59 | 0 | 0.25 | 0.76 | 155 | 0.42 | 0.17 |
| Hex | 19 | 3D | 2E | 3B | 0 | 19 | 4C | 9B | 2A | 11 |
| Octal | 31 | 75 | 56 | 73 | 0 | 31 | 114 | 233 | 52 | 21 |
| Binary | 11001 | 111101 | 101110 | 111011 | 0 | 11001 | 1001100 | 10011011 | 101010 | 10001 |
Color Harmonies of #193D2E
Complementary color
Monochromatic Colors of #193D2E
Black with #193D2E
Text Example
Text Example
White with #193D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D2E; }
p { color: rgb(25,61,46); }
H1.HeaderClassName
{
color: #193D2E;
}
.AnyTagClassName
{
color: #193D2E;
}
</style>
background-color css
<style>
a { background-color: #193D2E; }
a { background-color: rgb(25,61,46); }
div.DivClassName
{
background-color: #193D2E;
}
.BgClassName
{
background-color: #193D2E;
}
</style>
border-color css
<style>
span { border-color: #193D2E; }
span { border-color: rgb(25,61,46); }
td.TdClassName
{
border-color: #193D2E;
}
.TagClassName
{
border-color: #193D2E;
}
</style>