Shades of Palm Leaf #2D4B1F
Tints of Palm Leaf #2D4B1F
RGB
CMYK
RGB Variations
Color information
#2D4B1F (or 0x2D4B1F) is known color: Palm Leaf. HEX triplet: 2D, 4B and 1F. RGB value is (45,75,31). Sum of RGB (Red+Green+Blue) = 45+75+31=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 75 (29.69% from 255 or 49.67% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 75 - color contains mainly: green. Hex color #2D4B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4B1F is #D2B4E0. Grayscale: #3D3D3D. Windows color (decimal): -13808865 or 2050861. OLE color: 2050861.
HSL color Cylindrical-coordinate representation of color #2D4B1F: hue angle of 100.91º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2D4B1F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 45 | 75 | 31 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.71 |
| HSL | 100.91º | 0.42% | 0.21% | - |
| HSV(B) | 100.91º | 0.59% | 0.29% | - |
| XYZ | 3.85 | 5.69 | 2.19 | - |
| YUV | 61.01 | 111.06 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 75 | 31 | 0.40 | 0 | 0.59 | 0.71 | 100.91 | 0.42 | 0.21 |
| Hex | 2D | 4B | 1F | 28 | 0 | 3B | 47 | 65 | 2A | 15 |
| Octal | 55 | 113 | 37 | 50 | 0 | 73 | 107 | 145 | 52 | 25 |
| Binary | 101101 | 1001011 | 11111 | 101000 | 0 | 111011 | 1000111 | 1100101 | 101010 | 10101 |
Color Harmonies of #2D4B1F
Complementary color
Monochromatic Colors of #2D4B1F
Black with #2D4B1F
Text Example
Text Example
White with #2D4B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4B1F; }
p { color: rgb(45,75,31); }
H1.HeaderClassName
{
color: #2D4B1F;
}
.AnyTagClassName
{
color: #2D4B1F;
}
</style>
background-color css
<style>
a { background-color: #2D4B1F; }
a { background-color: rgb(45,75,31); }
div.DivClassName
{
background-color: #2D4B1F;
}
.BgClassName
{
background-color: #2D4B1F;
}
</style>
border-color css
<style>
span { border-color: #2D4B1F; }
span { border-color: rgb(45,75,31); }
td.TdClassName
{
border-color: #2D4B1F;
}
.TagClassName
{
border-color: #2D4B1F;
}
</style>