Shades of Palm Green #1A392C
Tints of Palm Green #1A392C
RGB
CMYK
RGB Variations
Color information
#1A392C (or 0x1A392C) is known color: Palm Green. HEX triplet: 1A, 39 and 2C. RGB value is (26,57,44). Sum of RGB (Red+Green+Blue) = 26+57+44=127 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.47% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 57 - color contains mainly: green. Hex color #1A392C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A392C is #E5C6D3. Grayscale: #2E2E2E. Windows color (decimal): -15058644 or 2898202. OLE color: 2898202.
HSL color Cylindrical-coordinate representation of color #1A392C: hue angle of 154.84º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A392C is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 57 | 44 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.78 |
| HSL | 154.84º | 0.37% | 0.16% | - |
| HSV(B) | 154.84º | 0.54% | 0.22% | - |
| XYZ | 2.34 | 3.33 | 2.9 | - |
| YUV | 46.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 44 | 0.54 | 0 | 0.23 | 0.78 | 154.84 | 0.37 | 0.16 |
| Hex | 1A | 39 | 2C | 36 | 0 | 17 | 4E | 9B | 25 | 10 |
| Octal | 32 | 71 | 54 | 66 | 0 | 27 | 116 | 233 | 45 | 20 |
| Binary | 11010 | 111001 | 101100 | 110110 | 0 | 10111 | 1001110 | 10011011 | 100101 | 10000 |
Color Harmonies of #1A392C
Complementary color
Monochromatic Colors of #1A392C
Black with #1A392C
Text Example
Text Example
White with #1A392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A392C; }
p { color: rgb(26,57,44); }
H1.HeaderClassName
{
color: #1A392C;
}
.AnyTagClassName
{
color: #1A392C;
}
</style>
background-color css
<style>
a { background-color: #1A392C; }
a { background-color: rgb(26,57,44); }
div.DivClassName
{
background-color: #1A392C;
}
.BgClassName
{
background-color: #1A392C;
}
</style>
border-color css
<style>
span { border-color: #1A392C; }
span { border-color: rgb(26,57,44); }
td.TdClassName
{
border-color: #1A392C;
}
.TagClassName
{
border-color: #1A392C;
}
</style>