Shades of Palm Green #193D2B
Tints of Palm Green #193D2B
RGB
CMYK
RGB Variations
Color information
#193D2B (or 0x193D2B) is known color: Palm Green. HEX triplet: 19, 3D and 2B. RGB value is (25,61,43). Sum of RGB (Red+Green+Blue) = 25+61+43=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 43 (17.19% from 255 or 33.33% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #193D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D2B is #E6C2D4. Grayscale: #303030. Windows color (decimal): -15123157 or 2833689. OLE color: 2833689.
HSL color Cylindrical-coordinate representation of color #193D2B: hue angle of 150º 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 #193D2B is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 61 | 43 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.76 |
| HSL | 150º | 0.42% | 0.17% | - |
| HSV(B) | 150º | 0.59% | 0.24% | - |
| XYZ | 2.51 | 3.72 | 2.87 | - |
| YUV | 48.18 | 125.07 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 61 | 43 | 0.59 | 0 | 0.30 | 0.76 | 150 | 0.42 | 0.17 |
| Hex | 19 | 3D | 2B | 3B | 0 | 1E | 4C | 96 | 2A | 11 |
| Octal | 31 | 75 | 53 | 73 | 0 | 36 | 114 | 226 | 52 | 21 |
| Binary | 11001 | 111101 | 101011 | 111011 | 0 | 11110 | 1001100 | 10010110 | 101010 | 10001 |
Color Harmonies of #193D2B
Complementary color
Monochromatic Colors of #193D2B
Black with #193D2B
Text Example
Text Example
White with #193D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193D2B; }
p { color: rgb(25,61,43); }
H1.HeaderClassName
{
color: #193D2B;
}
.AnyTagClassName
{
color: #193D2B;
}
</style>
background-color css
<style>
a { background-color: #193D2B; }
a { background-color: rgb(25,61,43); }
div.DivClassName
{
background-color: #193D2B;
}
.BgClassName
{
background-color: #193D2B;
}
</style>
border-color css
<style>
span { border-color: #193D2B; }
span { border-color: rgb(25,61,43); }
td.TdClassName
{
border-color: #193D2B;
}
.TagClassName
{
border-color: #193D2B;
}
</style>