Shades of Palm Leaf #2D4725
Tints of Palm Leaf #2D4725
RGB
CMYK
RGB Variations
Color information
#2D4725 (or 0x2D4725) is known color: Palm Leaf. HEX triplet: 2D, 47 and 25. RGB value is (45,71,37). Sum of RGB (Red+Green+Blue) = 45+71+37=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #2D4725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4725 is #D2B8DA. Grayscale: #3B3B3B. Windows color (decimal): -13809883 or 2443053. OLE color: 2443053.
HSL color Cylindrical-coordinate representation of color #2D4725: hue angle of 105.88º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2D4725 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 45 | 71 | 37 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.72 |
| HSL | 105.88º | 0.31% | 0.21% | - |
| HSV(B) | 105.88º | 0.48% | 0.28% | - |
| XYZ | 3.67 | 5.2 | 2.56 | - |
| YUV | 59.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 71 | 37 | 0.37 | 0 | 0.48 | 0.72 | 105.88 | 0.31 | 0.21 |
| Hex | 2D | 47 | 25 | 25 | 0 | 30 | 48 | 6A | 1F | 15 |
| Octal | 55 | 107 | 45 | 45 | 0 | 60 | 110 | 152 | 37 | 25 |
| Binary | 101101 | 1000111 | 100101 | 100101 | 0 | 110000 | 1001000 | 1101010 | 11111 | 10101 |
Color Harmonies of #2D4725
Complementary color
Monochromatic Colors of #2D4725
Black with #2D4725
Text Example
Text Example
White with #2D4725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D4725; }
p { color: rgb(45,71,37); }
H1.HeaderClassName
{
color: #2D4725;
}
.AnyTagClassName
{
color: #2D4725;
}
</style>
background-color css
<style>
a { background-color: #2D4725; }
a { background-color: rgb(45,71,37); }
div.DivClassName
{
background-color: #2D4725;
}
.BgClassName
{
background-color: #2D4725;
}
</style>
border-color css
<style>
span { border-color: #2D4725; }
span { border-color: rgb(45,71,37); }
td.TdClassName
{
border-color: #2D4725;
}
.TagClassName
{
border-color: #2D4725;
}
</style>