Shades of Palm Green #193B2D
Tints of Palm Green #193B2D
RGB
CMYK
RGB Variations
Color information
#193B2D (or 0x193B2D) is known color: Palm Green. HEX triplet: 19, 3B and 2D. RGB value is (25,59,45). Sum of RGB (Red+Green+Blue) = 25+59+45=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 59 (23.44% from 255 or 45.74% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 59 - color contains mainly: green. Hex color #193B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B2D is #E6C4D2. Grayscale: #2F2F2F. Windows color (decimal): -15123667 or 2964249. OLE color: 2964249.
HSL color Cylindrical-coordinate representation of color #193B2D: hue angle of 155.29º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B2D is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 45 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.77 |
| HSL | 155.29º | 0.4% | 0.16% | - |
| HSV(B) | 155.29º | 0.58% | 0.23% | - |
| XYZ | 2.44 | 3.52 | 3.03 | - |
| YUV | 47.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 45 | 0.58 | 0 | 0.24 | 0.77 | 155.29 | 0.4 | 0.16 |
| Hex | 19 | 3B | 2D | 3A | 0 | 18 | 4D | 9B | 28 | 10 |
| Octal | 31 | 73 | 55 | 72 | 0 | 30 | 115 | 233 | 50 | 20 |
| Binary | 11001 | 111011 | 101101 | 111010 | 0 | 11000 | 1001101 | 10011011 | 101000 | 10000 |
Color Harmonies of #193B2D
Complementary color
Monochromatic Colors of #193B2D
Black with #193B2D
Text Example
Text Example
White with #193B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B2D; }
p { color: rgb(25,59,45); }
H1.HeaderClassName
{
color: #193B2D;
}
.AnyTagClassName
{
color: #193B2D;
}
</style>
background-color css
<style>
a { background-color: #193B2D; }
a { background-color: rgb(25,59,45); }
div.DivClassName
{
background-color: #193B2D;
}
.BgClassName
{
background-color: #193B2D;
}
</style>
border-color css
<style>
span { border-color: #193B2D; }
span { border-color: rgb(25,59,45); }
td.TdClassName
{
border-color: #193B2D;
}
.TagClassName
{
border-color: #193B2D;
}
</style>