Shades of Palm Green #26352E
Tints of Palm Green #26352E
RGB
CMYK
RGB Variations
Color information
#26352E (or 0x26352E) is known color: Palm Green. HEX triplet: 26, 35 and 2E. RGB value is (38,53,46). Sum of RGB (Red+Green+Blue) = 38+53+46=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 53 (21.09% from 255 or 38.69% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 53 - color contains mainly: green. Hex color #26352E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26352E is #D9CAD1. Grayscale: #2F2F2F. Windows color (decimal): -14273234 or 3028262. OLE color: 3028262.
HSL color Cylindrical-coordinate representation of color #26352E: hue angle of 152º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #26352E is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 53 | 46 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.79 |
| HSL | 152º | 0.16% | 0.18% | - |
| HSV(B) | 152º | 0.28% | 0.21% | - |
| XYZ | 2.57 | 3.16 | 3.06 | - |
| YUV | 47.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 53 | 46 | 0.28 | 0 | 0.13 | 0.79 | 152 | 0.16 | 0.18 |
| Hex | 26 | 35 | 2E | 1C | 0 | D | 4F | 98 | 10 | 12 |
| Octal | 46 | 65 | 56 | 34 | 0 | 15 | 117 | 230 | 20 | 22 |
| Binary | 100110 | 110101 | 101110 | 11100 | 0 | 1101 | 1001111 | 10011000 | 10000 | 10010 |
Color Harmonies of #26352E
Complementary color
Monochromatic Colors of #26352E
Black with #26352E
Text Example
Text Example
White with #26352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26352E; }
p { color: rgb(38,53,46); }
H1.HeaderClassName
{
color: #26352E;
}
.AnyTagClassName
{
color: #26352E;
}
</style>
background-color css
<style>
a { background-color: #26352E; }
a { background-color: rgb(38,53,46); }
div.DivClassName
{
background-color: #26352E;
}
.BgClassName
{
background-color: #26352E;
}
</style>
border-color css
<style>
span { border-color: #26352E; }
span { border-color: rgb(38,53,46); }
td.TdClassName
{
border-color: #26352E;
}
.TagClassName
{
border-color: #26352E;
}
</style>