Shades of Palm Green #193E2B
Tints of Palm Green #193E2B
RGB
CMYK
RGB Variations
Color information
#193E2B (or 0x193E2B) is known color: Palm Green. HEX triplet: 19, 3E and 2B. RGB value is (25,62,43). Sum of RGB (Red+Green+Blue) = 25+62+43=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 62 - color contains mainly: green. Hex color #193E2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E2B is #E6C1D4. Grayscale: #303030. Windows color (decimal): -15122901 or 2833945. OLE color: 2833945.
HSL color Cylindrical-coordinate representation of color #193E2B: hue angle of 149.19º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193E2B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 43 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.76 |
| HSL | 149.19º | 0.43% | 0.17% | - |
| HSV(B) | 149.19º | 0.6% | 0.24% | - |
| XYZ | 2.56 | 3.83 | 2.89 | - |
| YUV | 48.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 43 | 0.60 | 0 | 0.31 | 0.76 | 149.19 | 0.43 | 0.17 |
| Hex | 19 | 3E | 2B | 3C | 0 | 1F | 4C | 95 | 2B | 11 |
| Octal | 31 | 76 | 53 | 74 | 0 | 37 | 114 | 225 | 53 | 21 |
| Binary | 11001 | 111110 | 101011 | 111100 | 0 | 11111 | 1001100 | 10010101 | 101011 | 10001 |
Color Harmonies of #193E2B
Complementary color
Monochromatic Colors of #193E2B
Black with #193E2B
Text Example
Text Example
White with #193E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E2B; }
p { color: rgb(25,62,43); }
H1.HeaderClassName
{
color: #193E2B;
}
.AnyTagClassName
{
color: #193E2B;
}
</style>
background-color css
<style>
a { background-color: #193E2B; }
a { background-color: rgb(25,62,43); }
div.DivClassName
{
background-color: #193E2B;
}
.BgClassName
{
background-color: #193E2B;
}
</style>
border-color css
<style>
span { border-color: #193E2B; }
span { border-color: rgb(25,62,43); }
td.TdClassName
{
border-color: #193E2B;
}
.TagClassName
{
border-color: #193E2B;
}
</style>