Html Css Color HEX #2E6014 Palm Leaf

📋 copy color: '#2E6014'

red 46 ◦ green 96 ◦ blue 20

#2E6014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #2E6014

Tints of Palm Leaf #2E6014

RGB

 RED value IS 46 (18.36% from 255) = 28.4%

 GREEN value IS 96 (37.89% from 255) = 59.26%

 BLUE value IS 20 (8.2% from 255) = 12.35%

R = 28.4%
G = 59.26%
B = 12.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#2E6014 (or 0x2E6014) is known color: Palm Leaf. HEX triplet: 2E, 60 and 14. RGB value is (46,96,20). Sum of RGB (Red+Green+Blue) = 46+96+20=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 96 (37.89% from 255 or 59.26% from 162); Blue value is 20 (8.20% from 255 or 12.35% from 162); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6014 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6014 is #D19FEB. Grayscale: #484848. Windows color (decimal): -13737964 or 1335342. OLE color: 1335342.

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

Color convert

RGB 46 96 20 -
CMYK 0.52 0 0.79 0.62
HSL 99.47º 0.66% 0.23% -
HSV(B) 99.47º 0.79% 0.38% -
XYZ 5.44 9 2.11 -
YUV 72.39 98.44 109.18 -
System Red Green Blue C M Y K H S L
Decimal 46 96 20 0.52 0 0.79 0.62 99.47 0.66 0.23
Hex 2E 60 14 34 0 4F 3E 63 42 17
Octal 56 140 24 64 0 117 76 143 102 27
Binary 101110 1100000 10100 110100 0 1001111 111110 1100011 1000010 10111

Color Harmonies of #2E6014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6014

Black with #2E6014

Text Example


Text Example

White with #2E6014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E6014;
 }
 .AnyTagClassName
 {
   color: #2E6014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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