#2E600C

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

Shades of Palm Leaf #2E600C

Tints of Palm Leaf #2E600C

Color information

#2E600C (or 0x2E600C) is unknown color: approx Palm Leaf. HEX triplet: 2E, 60 and 0C. RGB value is (46,96,12). Sum of RGB (Red+Green+Blue) = 46+96+12=154 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.87% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600C is #D19FF3. Grayscale: #474747. Windows color (decimal): -13737972 or 811054. OLE color: 811054.

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

Color convert

RGB469612-
CMYK0.5200.880.62
HSL95.71º77.78%21.18%-
HSV(B)95.71º87.5%37.65%-
XYZ5.388.971.8-
YUV71.4794.44109.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.87%
GREEN value IS 96 (37.89% from 255) = 62.34%
BLUE value IS 12 (5.08% from 255) = 7.79%
R=29.87%
G=62.34%
B=7.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696120.5200.880.6295.7177.7821.18
Hex2E60C340583E604e15
Octal56140146401307614011625
Binary10111011000001100110100010110001111101100000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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