Shades of Palm Green #193A2D
Tints of Palm Green #193A2D
RGB
CMYK
RGB Variations
Color information
#193A2D (or 0x193A2D) is known color: Palm Green. HEX triplet: 19, 3A and 2D. RGB value is (25,58,45). Sum of RGB (Red+Green+Blue) = 25+58+45=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 58 (23.05% from 255 or 45.31% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 58 - color contains mainly: green. Hex color #193A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A2D is #E6C5D2. Grayscale: #2E2E2E. Windows color (decimal): -15123923 or 2963993. OLE color: 2963993.
HSL color Cylindrical-coordinate representation of color #193A2D: hue angle of 156.36º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A2D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 45 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.77 |
| HSL | 156.36º | 0.4% | 0.16% | - |
| HSV(B) | 156.36º | 0.57% | 0.23% | - |
| XYZ | 2.39 | 3.42 | 3.02 | - |
| YUV | 46.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 45 | 0.57 | 0 | 0.22 | 0.77 | 156.36 | 0.4 | 0.16 |
| Hex | 19 | 3A | 2D | 39 | 0 | 16 | 4D | 9C | 28 | 10 |
| Octal | 31 | 72 | 55 | 71 | 0 | 26 | 115 | 234 | 50 | 20 |
| Binary | 11001 | 111010 | 101101 | 111001 | 0 | 10110 | 1001101 | 10011100 | 101000 | 10000 |
Color Harmonies of #193A2D
Complementary color
Monochromatic Colors of #193A2D
Black with #193A2D
Text Example
Text Example
White with #193A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A2D; }
p { color: rgb(25,58,45); }
H1.HeaderClassName
{
color: #193A2D;
}
.AnyTagClassName
{
color: #193A2D;
}
</style>
background-color css
<style>
a { background-color: #193A2D; }
a { background-color: rgb(25,58,45); }
div.DivClassName
{
background-color: #193A2D;
}
.BgClassName
{
background-color: #193A2D;
}
</style>
border-color css
<style>
span { border-color: #193A2D; }
span { border-color: rgb(25,58,45); }
td.TdClassName
{
border-color: #193A2D;
}
.TagClassName
{
border-color: #193A2D;
}
</style>