#2E600B

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

Shades of Palm Leaf #2E600B

Tints of Palm Leaf #2E600B

Color information

#2E600B (or 0x2E600B) is unknown color: approx Palm Leaf. HEX triplet: 2E, 60 and 0B. RGB value is (46,96,11). Sum of RGB (Red+Green+Blue) = 46+96+11=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 96 (37.89% from 255 or 62.75% from 153); Blue value is 11 (4.69% from 255 or 7.19% from 153); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600B is #D19FF4. Grayscale: #474747. Windows color (decimal): -13737973 or 745518. OLE color: 745518.

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

Color convert

RGB469611-
CMYK0.5200.890.62
HSL95.29º79.44%20.98%-
HSV(B)95.29º88.54%37.65%-
XYZ5.378.971.77-
YUV71.3693.94109.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 30.07%
GREEN value IS 96 (37.89% from 255) = 62.75%
BLUE value IS 11 (4.69% from 255) = 7.19%
R=30.07%
G=62.75%
B=7.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696110.5200.890.6295.2979.4420.98
Hex2E60B340593E5f4f15
Octal56140136401317613711725
Binary10111011000001011110100010110011111101011111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E600B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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