Html Css Color HEX #2E6013 Palm Leaf

📋 copy color: '#2E6013'

red 46 ◦ green 96 ◦ blue 19

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

Shades of Palm Leaf #2E6013

Tints of Palm Leaf #2E6013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 28.57%
G = 59.63%
B = 11.8%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#2E6013 (or 0x2E6013) is known color: Palm Leaf. HEX triplet: 2E, 60 and 13. RGB value is (46,96,19). Sum of RGB (Red+Green+Blue) = 46+96+19=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 96 (37.89% from 255 or 59.63% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 96 - color contains mainly: green. Hex color #2E6013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E6013 is #D19FEC. Grayscale: #484848. Windows color (decimal): -13737965 or 1269806. OLE color: 1269806.

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

Color convert

RGB 46 96 19 -
CMYK 0.52 0 0.80 0.62
HSL 98.96º 0.67% 0.23% -
HSV(B) 98.96º 0.8% 0.38% -
XYZ 5.43 8.99 2.07 -
YUV 72.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 46 96 19 0.52 0 0.80 0.62 98.96 0.67 0.23
Hex 2E 60 13 34 0 50 3E 63 43 17
Octal 56 140 23 64 0 120 76 143 103 27
Binary 101110 1100000 10011 110100 0 1010000 111110 1100011 1000011 10111

Color Harmonies of #2E6013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6013

Black with #2E6013

Text Example


Text Example

White with #2E6013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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