Shades of Palm Leaf #31402B
Tints of Palm Leaf #31402B
RGB
CMYK
RGB Variations
Color information
#31402B (or 0x31402B) is known color: Palm Leaf. HEX triplet: 31, 40 and 2B. RGB value is (49,64,43). Sum of RGB (Red+Green+Blue) = 49+64+43=156 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.41% from 156); Green value is 64 (25.39% from 255 or 41.03% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 64 - color contains mainly: green. Hex color #31402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31402B is #CEBFD4. Grayscale: #393939. Windows color (decimal): -13549525 or 2834481. OLE color: 2834481.
HSL color Cylindrical-coordinate representation of color #31402B: hue angle of 102.86º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #31402B is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 64 | 43 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.75 |
| HSL | 102.86º | 0.2% | 0.21% | - |
| HSV(B) | 102.86º | 0.33% | 0.25% | - |
| XYZ | 3.54 | 4.49 | 2.97 | - |
| YUV | 57.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 64 | 43 | 0.23 | 0 | 0.33 | 0.75 | 102.86 | 0.2 | 0.21 |
| Hex | 31 | 40 | 2B | 17 | 0 | 21 | 4B | 67 | 14 | 15 |
| Octal | 61 | 100 | 53 | 27 | 0 | 41 | 113 | 147 | 24 | 25 |
| Binary | 110001 | 1000000 | 101011 | 10111 | 0 | 100001 | 1001011 | 1100111 | 10100 | 10101 |
Color Harmonies of #31402B
Complementary color
Monochromatic Colors of #31402B
Black with #31402B
Text Example
Text Example
White with #31402B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31402B; }
p { color: rgb(49,64,43); }
H1.HeaderClassName
{
color: #31402B;
}
.AnyTagClassName
{
color: #31402B;
}
</style>
background-color css
<style>
a { background-color: #31402B; }
a { background-color: rgb(49,64,43); }
div.DivClassName
{
background-color: #31402B;
}
.BgClassName
{
background-color: #31402B;
}
</style>
border-color css
<style>
span { border-color: #31402B; }
span { border-color: rgb(49,64,43); }
td.TdClassName
{
border-color: #31402B;
}
.TagClassName
{
border-color: #31402B;
}
</style>