#2D511D

Color #2D511D Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #2D511D

Tints of Palm Leaf #2D511D

Color information

#2D511D (or 0x2D511D) is unknown color: approx Palm Leaf. HEX triplet: 2D, 51 and 1D. RGB value is (45,81,29). Sum of RGB (Red+Green+Blue) = 45+81+29=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #2D511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D511D is #D2AEE2. Grayscale: #404040. Windows color (decimal): -13807331 or 1921325. OLE color: 1921325.

HSL color Cylindrical-coordinate representation of color #2D511D: hue angle of 101.54º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2D511D is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB458129-
CMYK0.4400.640.68
HSL101.54º47.27%21.57%-
HSV(B)101.54º64.2%31.76%-
XYZ4.256.532.2-
YUV64.31108.07114.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 29.03%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=29.03%
G=52.26%
B=18.71%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4581290.4400.640.68101.5447.2721.57
Hex2D511D2C04044662f16
Octal55121355401001041465726
Binary101101101000111101101100010000001000100110011010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D511D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D511D; }

 p { color: rgb(45,81,29); }

 H1.HeaderClassName
 {
   color: #2D511D;
 }
 .AnyTagClassName
 {
   color: #2D511D;
 }
</style>
background-color css

<style>
 a { background-color: #2D511D; }

 a { background-color: rgb(45,81,29); }

 div.DivClassName
 {
   background-color: #2D511D;
 }
 .BgClassName
 {
   background-color: #2D511D;
 }
</style>
border-color css

<style>
 span { border-color: #2D511D; }

 span { border-color: rgb(45,81,29); }

 td.TdClassName
 {
   border-color: #2D511D;
 }
 .TagClassName
 {
   border-color: #2D511D;
 }
</style>