#2E600D

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

Shades of Palm Leaf #2E600D

Tints of Palm Leaf #2E600D

Color information

#2E600D (or 0x2E600D) is unknown color: approx Palm Leaf. HEX triplet: 2E, 60 and 0D. RGB value is (46,96,13). Sum of RGB (Red+Green+Blue) = 46+96+13=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600D is #D19FF2. Grayscale: #474747. Windows color (decimal): -13737971 or 876590. OLE color: 876590.

HSL color Cylindrical-coordinate representation of color #2E600D: hue angle of 96.14º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2E600D is Cyan = 0.52, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB469613-
CMYK0.5200.860.62
HSL96.14º76.15%21.37%-
HSV(B)96.14º86.46%37.65%-
XYZ5.388.981.83-
YUV71.5994.94109.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.68%
GREEN value IS 96 (37.89% from 255) = 61.94%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=29.68%
G=61.94%
B=8.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696130.5200.860.6296.1476.1521.37
Hex2E60D340563E604c15
Octal56140156401267614011425
Binary10111011000001101110100010101101111101100000100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,13); }

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

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

 a { background-color: rgb(46,96,13); }

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

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

 span { border-color: rgb(46,96,13); }

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