Shades of Palm Green #193C2D
Tints of Palm Green #193C2D
RGB
CMYK
RGB Variations
Color information
#193C2D (or 0x193C2D) is known color: Palm Green. HEX triplet: 19, 3C and 2D. RGB value is (25,60,45). Sum of RGB (Red+Green+Blue) = 25+60+45=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 60 (23.83% from 255 or 46.15% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 60 - color contains mainly: green. Hex color #193C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C2D is #E6C3D2. Grayscale: #2F2F2F. Windows color (decimal): -15123411 or 2964505. OLE color: 2964505.
HSL color Cylindrical-coordinate representation of color #193C2D: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C2D is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 45 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.76 |
| HSL | 154.29º | 0.41% | 0.17% | - |
| HSV(B) | 154.29º | 0.58% | 0.24% | - |
| XYZ | 2.49 | 3.63 | 3.05 | - |
| YUV | 47.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 45 | 0.58 | 0 | 0.25 | 0.76 | 154.29 | 0.41 | 0.17 |
| Hex | 19 | 3C | 2D | 3A | 0 | 19 | 4C | 9A | 29 | 11 |
| Octal | 31 | 74 | 55 | 72 | 0 | 31 | 114 | 232 | 51 | 21 |
| Binary | 11001 | 111100 | 101101 | 111010 | 0 | 11001 | 1001100 | 10011010 | 101001 | 10001 |
Color Harmonies of #193C2D
Complementary color
Monochromatic Colors of #193C2D
Black with #193C2D
Text Example
Text Example
White with #193C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C2D; }
p { color: rgb(25,60,45); }
H1.HeaderClassName
{
color: #193C2D;
}
.AnyTagClassName
{
color: #193C2D;
}
</style>
background-color css
<style>
a { background-color: #193C2D; }
a { background-color: rgb(25,60,45); }
div.DivClassName
{
background-color: #193C2D;
}
.BgClassName
{
background-color: #193C2D;
}
</style>
border-color css
<style>
span { border-color: #193C2D; }
span { border-color: rgb(25,60,45); }
td.TdClassName
{
border-color: #193C2D;
}
.TagClassName
{
border-color: #193C2D;
}
</style>