#2E600F

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

Shades of Palm Leaf #2E600F

Tints of Palm Leaf #2E600F

Color information

#2E600F (or 0x2E600F) is unknown color: approx Palm Leaf. HEX triplet: 2E, 60 and 0F. RGB value is (46,96,15). Sum of RGB (Red+Green+Blue) = 46+96+15=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 96 (37.89% from 255 or 61.15% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 96 - color contains mainly: green. Hex color #2E600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E600F is #D19FF0. Grayscale: #484848. Windows color (decimal): -13737969 or 1007662. OLE color: 1007662.

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

Color convert

RGB469615-
CMYK0.5200.840.62
HSL97.04º72.97%21.76%-
HSV(B)97.04º84.38%37.65%-
XYZ5.48.981.9-
YUV71.8295.94109.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 29.30%
GREEN value IS 96 (37.89% from 255) = 61.15%
BLUE value IS 15 (6.25% from 255) = 9.55%
R=29.30%
G=61.15%
B=9.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4696150.5200.840.6297.0472.9721.76
Hex2E60F340543E614916
Octal56140176401247614111126
Binary10111011000001111110100010101001111101100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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