Shades of Palm Leaf #2D600F
Tints of Palm Leaf #2D600F
RGB
CMYK
RGB Variations
Color information
#2D600F (or 0x2D600F) is known color: Palm Leaf. HEX triplet: 2D, 60 and 0F. RGB value is (45,96,15). Sum of RGB (Red+Green+Blue) = 45+96+15=156 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.85% from 156); Green value is 96 (37.89% from 255 or 61.54% from 156); Blue value is 15 (6.25% from 255 or 9.62% from 156); Max value from RGB is 96 - color contains mainly: green. Hex color #2D600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D600F is #D29FF0. Grayscale: #474747. Windows color (decimal): -13803505 or 1007661. OLE color: 1007661.
HSL color Cylindrical-coordinate representation of color #2D600F: hue angle of 97.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D600F is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 45 | 96 | 15 | - |
| CMYK | 0.53 | 0 | 0.84 | 0.62 |
| HSL | 97.78º | 0.73% | 0.22% | - |
| HSV(B) | 97.78º | 0.84% | 0.38% | - |
| XYZ | 5.35 | 8.96 | 1.9 | - |
| YUV | 71.52 | 96.1 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 96 | 15 | 0.53 | 0 | 0.84 | 0.62 | 97.78 | 0.73 | 0.22 |
| Hex | 2D | 60 | F | 35 | 0 | 54 | 3E | 62 | 49 | 16 |
| Octal | 55 | 140 | 17 | 65 | 0 | 124 | 76 | 142 | 111 | 26 |
| Binary | 101101 | 1100000 | 1111 | 110101 | 0 | 1010100 | 111110 | 1100010 | 1001001 | 10110 |
Color Harmonies of #2D600F
Complementary color
Monochromatic Colors of #2D600F
Black with #2D600F
Text Example
Text Example
White with #2D600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D600F; }
p { color: rgb(45,96,15); }
H1.HeaderClassName
{
color: #2D600F;
}
.AnyTagClassName
{
color: #2D600F;
}
</style>
background-color css
<style>
a { background-color: #2D600F; }
a { background-color: rgb(45,96,15); }
div.DivClassName
{
background-color: #2D600F;
}
.BgClassName
{
background-color: #2D600F;
}
</style>
border-color css
<style>
span { border-color: #2D600F; }
span { border-color: rgb(45,96,15); }
td.TdClassName
{
border-color: #2D600F;
}
.TagClassName
{
border-color: #2D600F;
}
</style>