Shades of Palm Green #193C2B
Tints of Palm Green #193C2B
RGB
CMYK
RGB Variations
Color information
#193C2B (or 0x193C2B) is known color: Palm Green. HEX triplet: 19, 3C and 2B. RGB value is (25,60,43). Sum of RGB (Red+Green+Blue) = 25+60+43=128 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.53% from 128); Green value is 60 (23.83% from 255 or 46.88% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 60 - color contains mainly: green. Hex color #193C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C2B is #E6C3D4. Grayscale: #2F2F2F. Windows color (decimal): -15123413 or 2833433. OLE color: 2833433.
HSL color Cylindrical-coordinate representation of color #193C2B: hue angle of 150.86º 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 #193C2B is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 43 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.76 |
| HSL | 150.86º | 0.41% | 0.17% | - |
| HSV(B) | 150.86º | 0.58% | 0.24% | - |
| XYZ | 2.45 | 3.61 | 2.85 | - |
| YUV | 47.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 43 | 0.58 | 0 | 0.28 | 0.76 | 150.86 | 0.41 | 0.17 |
| Hex | 19 | 3C | 2B | 3A | 0 | 1C | 4C | 97 | 29 | 11 |
| Octal | 31 | 74 | 53 | 72 | 0 | 34 | 114 | 227 | 51 | 21 |
| Binary | 11001 | 111100 | 101011 | 111010 | 0 | 11100 | 1001100 | 10010111 | 101001 | 10001 |
Color Harmonies of #193C2B
Complementary color
Monochromatic Colors of #193C2B
Black with #193C2B
Text Example
Text Example
White with #193C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C2B; }
p { color: rgb(25,60,43); }
H1.HeaderClassName
{
color: #193C2B;
}
.AnyTagClassName
{
color: #193C2B;
}
</style>
background-color css
<style>
a { background-color: #193C2B; }
a { background-color: rgb(25,60,43); }
div.DivClassName
{
background-color: #193C2B;
}
.BgClassName
{
background-color: #193C2B;
}
</style>
border-color css
<style>
span { border-color: #193C2B; }
span { border-color: rgb(25,60,43); }
td.TdClassName
{
border-color: #193C2B;
}
.TagClassName
{
border-color: #193C2B;
}
</style>