#2D4127

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

Shades of Palm Leaf #2D4127

Tints of Palm Leaf #2D4127

Color information

#2D4127 (or 0x2D4127) is unknown color: approx Palm Leaf. HEX triplet: 2D, 41 and 27. RGB value is (45,65,39). Sum of RGB (Red+Green+Blue) = 45+65+39=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 65 (25.78% from 255 or 43.62% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D4127 is #D2BED8. Grayscale: #383838. Windows color (decimal): -13811417 or 2572589. OLE color: 2572589.

HSL color Cylindrical-coordinate representation of color #2D4127: hue angle of 106.15º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2D4127 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB456539-
CMYK0.3100.400.75
HSL106.15º25%20.39%-
HSV(B)106.15º40%25.49%-
XYZ3.344.482.61-
YUV56.06118.37120.11-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.20%
GREEN value IS 65 (25.78% from 255) = 43.62%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=30.20%
G=43.62%
B=26.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4565390.3100.400.75106.152520.39
Hex2D41271F0284B6a1914
Octal5510147370501131523124
Binary1011011000001100111111110101000100101111010101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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