#2D4D27

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

Shades of Palm Leaf #2D4D27

Tints of Palm Leaf #2D4D27

Color information

#2D4D27 (or 0x2D4D27) is unknown color: approx Palm Leaf. HEX triplet: 2D, 4D and 27. RGB value is (45,77,39). Sum of RGB (Red+Green+Blue) = 45+77+39=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #2D4D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D4D27 is #D2B2D8. Grayscale: #3F3F3F. Windows color (decimal): -13808345 or 2575661. OLE color: 2575661.

HSL color Cylindrical-coordinate representation of color #2D4D27: hue angle of 110.53º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D4D27 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.70.

Color convert

RGB457739-
CMYK0.4200.490.70
HSL110.53º32.76%22.75%-
HSV(B)110.53º49.35%30.2%-
XYZ4.16.012.86-
YUV63.1114.4115.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 27.95%
GREEN value IS 77 (30.47% from 255) = 47.83%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=27.95%
G=47.83%
B=24.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4577390.4200.490.70110.5332.7622.75
Hex2D4D272A031466f2117
Octal5511547520611061574127
Binary101101100110110011110101001100011000110110111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,77,39); }

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

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

 a { background-color: rgb(45,77,39); }

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

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

 span { border-color: rgb(45,77,39); }

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