Shades of Palm Green #1A3E2B
Tints of Palm Green #1A3E2B
RGB
CMYK
RGB Variations
Color information
#1A3E2B (or 0x1A3E2B) is known color: Palm Green. HEX triplet: 1A, 3E and 2B. RGB value is (26,62,43). Sum of RGB (Red+Green+Blue) = 26+62+43=131 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.85% from 131); Green value is 62 (24.61% from 255 or 47.33% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E2B is #E5C1D4. Grayscale: #313131. Windows color (decimal): -15057365 or 2833946. OLE color: 2833946.
HSL color Cylindrical-coordinate representation of color #1A3E2B: hue angle of 148.33º 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 #1A3E2B is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 43 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.76 |
| HSL | 148.33º | 0.41% | 0.17% | - |
| HSV(B) | 148.33º | 0.58% | 0.24% | - |
| XYZ | 2.58 | 3.84 | 2.89 | - |
| YUV | 49.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 43 | 0.58 | 0 | 0.31 | 0.76 | 148.33 | 0.41 | 0.17 |
| Hex | 1A | 3E | 2B | 3A | 0 | 1F | 4C | 94 | 29 | 11 |
| Octal | 32 | 76 | 53 | 72 | 0 | 37 | 114 | 224 | 51 | 21 |
| Binary | 11010 | 111110 | 101011 | 111010 | 0 | 11111 | 1001100 | 10010100 | 101001 | 10001 |
Color Harmonies of #1A3E2B
Complementary color
Monochromatic Colors of #1A3E2B
Black with #1A3E2B
Text Example
Text Example
White with #1A3E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E2B; }
p { color: rgb(26,62,43); }
H1.HeaderClassName
{
color: #1A3E2B;
}
.AnyTagClassName
{
color: #1A3E2B;
}
</style>
background-color css
<style>
a { background-color: #1A3E2B; }
a { background-color: rgb(26,62,43); }
div.DivClassName
{
background-color: #1A3E2B;
}
.BgClassName
{
background-color: #1A3E2B;
}
</style>
border-color css
<style>
span { border-color: #1A3E2B; }
span { border-color: rgb(26,62,43); }
td.TdClassName
{
border-color: #1A3E2B;
}
.TagClassName
{
border-color: #1A3E2B;
}
</style>