Shades of Palm Green #193C2C
Tints of Palm Green #193C2C
RGB
CMYK
RGB Variations
Color information
#193C2C (or 0x193C2C) is known color: Palm Green. HEX triplet: 19, 3C and 2C. RGB value is (25,60,44). Sum of RGB (Red+Green+Blue) = 25+60+44=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 60 (23.83% from 255 or 46.51% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 60 - color contains mainly: green. Hex color #193C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C2C is #E6C3D3. Grayscale: #2F2F2F. Windows color (decimal): -15123412 or 2898969. OLE color: 2898969.
HSL color Cylindrical-coordinate representation of color #193C2C: hue angle of 152.57º 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 #193C2C is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 44 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.76 |
| HSL | 152.57º | 0.41% | 0.17% | - |
| HSV(B) | 152.57º | 0.58% | 0.24% | - |
| XYZ | 2.47 | 3.62 | 2.95 | - |
| YUV | 47.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 44 | 0.58 | 0 | 0.27 | 0.76 | 152.57 | 0.41 | 0.17 |
| Hex | 19 | 3C | 2C | 3A | 0 | 1B | 4C | 99 | 29 | 11 |
| Octal | 31 | 74 | 54 | 72 | 0 | 33 | 114 | 231 | 51 | 21 |
| Binary | 11001 | 111100 | 101100 | 111010 | 0 | 11011 | 1001100 | 10011001 | 101001 | 10001 |
Color Harmonies of #193C2C
Complementary color
Monochromatic Colors of #193C2C
Black with #193C2C
Text Example
Text Example
White with #193C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C2C; }
p { color: rgb(25,60,44); }
H1.HeaderClassName
{
color: #193C2C;
}
.AnyTagClassName
{
color: #193C2C;
}
</style>
background-color css
<style>
a { background-color: #193C2C; }
a { background-color: rgb(25,60,44); }
div.DivClassName
{
background-color: #193C2C;
}
.BgClassName
{
background-color: #193C2C;
}
</style>
border-color css
<style>
span { border-color: #193C2C; }
span { border-color: rgb(25,60,44); }
td.TdClassName
{
border-color: #193C2C;
}
.TagClassName
{
border-color: #193C2C;
}
</style>