#2D481E

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

Shades of Palm Leaf #2D481E

Tints of Palm Leaf #2D481E

Color information

#2D481E (or 0x2D481E) is unknown color: approx Palm Leaf. HEX triplet: 2D, 48 and 1E. RGB value is (45,72,30). Sum of RGB (Red+Green+Blue) = 45+72+30=147 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.61% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 30 (12.11% from 255 or 20.41% from 147); Max value from RGB is 72 - color contains mainly: green. Hex color #2D481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D481E is #D2B7E1. Grayscale: #3B3B3B. Windows color (decimal): -13809634 or 1984557. OLE color: 1984557.

HSL color Cylindrical-coordinate representation of color #2D481E: hue angle of 98.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2D481E is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB457230-
CMYK0.3800.580.72
HSL98.57º41.18%20%-
HSV(B)98.57º58.33%28.24%-
XYZ3.635.292.06-
YUV59.14111.55117.92-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 30.61%
GREEN value IS 72 (28.52% from 255) = 48.98%
BLUE value IS 30 (12.11% from 255) = 20.41%
R=30.61%
G=48.98%
B=20.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4572300.3800.580.7298.5741.1820
Hex2D481E2603A48632914
Octal5511036460721101435124
Binary10110110010001111010011001110101001000110001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,72,30); }

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

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

 a { background-color: rgb(45,72,30); }

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

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

 span { border-color: rgb(45,72,30); }

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