Shades of Palm Green #193D2D
Tints of Palm Green #193D2D
RGB
CMYK
RGB Variations
Color information
#193D2D (or 0x193D2D) is known color: Palm Green. HEX triplet: 19, 3D and 2D. RGB value is (25,61,45). Sum of RGB (Red+Green+Blue) = 25+61+45=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2D is #E6C2D2. Grayscale: #303030. Windows color (decimal): -15123155 or 2964761. OLE color: 2964761.
HSL color Cylindrical-coordinate representation of color #193D2D: hue angle of 153.33º 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 #193D2D is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 45 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.76 |
| HSL | 153.33º | 0.42% | 0.17% | - |
| HSV(B) | 153.33º | 0.59% | 0.24% | - |
| XYZ | 2.54 | 3.73 | 3.07 | - |
| YUV | 48.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 45 | 0.59 | 0 | 0.26 | 0.76 | 153.33 | 0.42 | 0.17 |
| Hex | 19 | 3D | 2D | 3B | 0 | 1A | 4C | 99 | 2A | 11 |
| Octal | 31 | 75 | 55 | 73 | 0 | 32 | 114 | 231 | 52 | 21 |
| Binary | 11001 | 111101 | 101101 | 111011 | 0 | 11010 | 1001100 | 10011001 | 101010 | 10001 |
Color Harmonies of #193D2D
Complementary color
Monochromatic Colors of #193D2D
Black with #193D2D
Text Example
Text Example
White with #193D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D2D; }
p { color: rgb(25,61,45); }
H1.HeaderClassName
{
color: #193D2D;
}
.AnyTagClassName
{
color: #193D2D;
}
</style>
background-color css
<style>
a { background-color: #193D2D; }
a { background-color: rgb(25,61,45); }
div.DivClassName
{
background-color: #193D2D;
}
.BgClassName
{
background-color: #193D2D;
}
</style>
border-color css
<style>
span { border-color: #193D2D; }
span { border-color: rgb(25,61,45); }
td.TdClassName
{
border-color: #193D2D;
}
.TagClassName
{
border-color: #193D2D;
}
</style>