Shades of Palm Green #193B2A
Tints of Palm Green #193B2A
RGB
CMYK
RGB Variations
Color information
#193B2A (or 0x193B2A) is known color: Palm Green. HEX triplet: 19, 3B and 2A. RGB value is (25,59,42). Sum of RGB (Red+Green+Blue) = 25+59+42=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #193B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B2A is #E6C4D5. Grayscale: #2E2E2E. Windows color (decimal): -15123670 or 2767641. OLE color: 2767641.
HSL color Cylindrical-coordinate representation of color #193B2A: hue angle of 150º 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 #193B2A is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 42 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.77 |
| HSL | 150º | 0.4% | 0.16% | - |
| HSV(B) | 150º | 0.58% | 0.23% | - |
| XYZ | 2.38 | 3.5 | 2.74 | - |
| YUV | 46.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 42 | 0.58 | 0 | 0.29 | 0.77 | 150 | 0.4 | 0.16 |
| Hex | 19 | 3B | 2A | 3A | 0 | 1D | 4D | 96 | 28 | 10 |
| Octal | 31 | 73 | 52 | 72 | 0 | 35 | 115 | 226 | 50 | 20 |
| Binary | 11001 | 111011 | 101010 | 111010 | 0 | 11101 | 1001101 | 10010110 | 101000 | 10000 |
Color Harmonies of #193B2A
Complementary color
Monochromatic Colors of #193B2A
Black with #193B2A
Text Example
Text Example
White with #193B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B2A; }
p { color: rgb(25,59,42); }
H1.HeaderClassName
{
color: #193B2A;
}
.AnyTagClassName
{
color: #193B2A;
}
</style>
background-color css
<style>
a { background-color: #193B2A; }
a { background-color: rgb(25,59,42); }
div.DivClassName
{
background-color: #193B2A;
}
.BgClassName
{
background-color: #193B2A;
}
</style>
border-color css
<style>
span { border-color: #193B2A; }
span { border-color: rgb(25,59,42); }
td.TdClassName
{
border-color: #193B2A;
}
.TagClassName
{
border-color: #193B2A;
}
</style>