Shades of Palm Green #193B2C
Tints of Palm Green #193B2C
RGB
CMYK
RGB Variations
Color information
#193B2C (or 0x193B2C) is known color: Palm Green. HEX triplet: 19, 3B and 2C. RGB value is (25,59,44). Sum of RGB (Red+Green+Blue) = 25+59+44=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 59 (23.44% from 255 or 46.09% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 59 - color contains mainly: green. Hex color #193B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B2C is #E6C4D3. Grayscale: #2F2F2F. Windows color (decimal): -15123668 or 2898713. OLE color: 2898713.
HSL color Cylindrical-coordinate representation of color #193B2C: hue angle of 153.53º 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 #193B2C is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 44 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.77 |
| HSL | 153.53º | 0.4% | 0.16% | - |
| HSV(B) | 153.53º | 0.58% | 0.23% | - |
| XYZ | 2.42 | 3.52 | 2.93 | - |
| YUV | 47.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 44 | 0.58 | 0 | 0.25 | 0.77 | 153.53 | 0.4 | 0.16 |
| Hex | 19 | 3B | 2C | 3A | 0 | 19 | 4D | 9A | 28 | 10 |
| Octal | 31 | 73 | 54 | 72 | 0 | 31 | 115 | 232 | 50 | 20 |
| Binary | 11001 | 111011 | 101100 | 111010 | 0 | 11001 | 1001101 | 10011010 | 101000 | 10000 |
Color Harmonies of #193B2C
Complementary color
Monochromatic Colors of #193B2C
Black with #193B2C
Text Example
Text Example
White with #193B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B2C; }
p { color: rgb(25,59,44); }
H1.HeaderClassName
{
color: #193B2C;
}
.AnyTagClassName
{
color: #193B2C;
}
</style>
background-color css
<style>
a { background-color: #193B2C; }
a { background-color: rgb(25,59,44); }
div.DivClassName
{
background-color: #193B2C;
}
.BgClassName
{
background-color: #193B2C;
}
</style>
border-color css
<style>
span { border-color: #193B2C; }
span { border-color: rgb(25,59,44); }
td.TdClassName
{
border-color: #193B2C;
}
.TagClassName
{
border-color: #193B2C;
}
</style>