Shades of Palm Leaf #31452B
Tints of Palm Leaf #31452B
RGB
CMYK
RGB Variations
Color information
#31452B (or 0x31452B) is known color: Palm Leaf. HEX triplet: 31, 45 and 2B. RGB value is (49,69,43). Sum of RGB (Red+Green+Blue) = 49+69+43=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #31452B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31452B is #CEBAD4. Grayscale: #3C3C3C. Windows color (decimal): -13548245 or 2835761. OLE color: 2835761.
HSL color Cylindrical-coordinate representation of color #31452B: hue angle of 106.15º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31452B is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 69 | 43 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.73 |
| HSL | 106.15º | 0.23% | 0.22% | - |
| HSV(B) | 106.15º | 0.38% | 0.27% | - |
| XYZ | 3.83 | 5.08 | 3.06 | - |
| YUV | 60.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 69 | 43 | 0.29 | 0 | 0.38 | 0.73 | 106.15 | 0.23 | 0.22 |
| Hex | 31 | 45 | 2B | 1D | 0 | 26 | 49 | 6A | 17 | 16 |
| Octal | 61 | 105 | 53 | 35 | 0 | 46 | 111 | 152 | 27 | 26 |
| Binary | 110001 | 1000101 | 101011 | 11101 | 0 | 100110 | 1001001 | 1101010 | 10111 | 10110 |
Color Harmonies of #31452B
Complementary color
Monochromatic Colors of #31452B
Black with #31452B
Text Example
Text Example
White with #31452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31452B; }
p { color: rgb(49,69,43); }
H1.HeaderClassName
{
color: #31452B;
}
.AnyTagClassName
{
color: #31452B;
}
</style>
background-color css
<style>
a { background-color: #31452B; }
a { background-color: rgb(49,69,43); }
div.DivClassName
{
background-color: #31452B;
}
.BgClassName
{
background-color: #31452B;
}
</style>
border-color css
<style>
span { border-color: #31452B; }
span { border-color: rgb(49,69,43); }
td.TdClassName
{
border-color: #31452B;
}
.TagClassName
{
border-color: #31452B;
}
</style>