Html Css Color HEX #2E5D17 Palm Leaf

📋 copy color: '#2E5D17'

red 46 ◦ green 93 ◦ blue 23

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

Shades of Palm Leaf #2E5D17

Tints of Palm Leaf #2E5D17

RGB

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

 GREEN value IS 93 (36.72% from 255) = 57.41%

 BLUE value IS 23 (9.38% from 255) = 14.2%

R = 28.4%
G = 57.41%
B = 14.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.75

 K value IS 0.64

RGB Variations

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

Color information

#2E5D17 (or 0x2E5D17) is known color: Palm Leaf. HEX triplet: 2E, 5D and 17. RGB value is (46,93,23). Sum of RGB (Red+Green+Blue) = 46+93+23=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 93 (36.72% from 255 or 57.41% from 162); Blue value is 23 (9.38% from 255 or 14.20% from 162); Max value from RGB is 93 - color contains mainly: green. Hex color #2E5D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5D17 is #D1A2E8. Grayscale: #474747. Windows color (decimal): -13738729 or 1531182. OLE color: 1531182.

HSL color Cylindrical-coordinate representation of color #2E5D17: hue angle of 100.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E5D17 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.64.

Color convert

RGB 46 93 23 -
CMYK 0.51 0 0.75 0.64
HSL 100.29º 0.6% 0.23% -
HSV(B) 100.29º 0.75% 0.36% -
XYZ 5.2 8.47 2.17 -
YUV 70.97 100.93 110.19 -
System Red Green Blue C M Y K H S L
Decimal 46 93 23 0.51 0 0.75 0.64 100.29 0.6 0.23
Hex 2E 5D 17 33 0 4B 40 64 3C 17
Octal 56 135 27 63 0 113 100 144 74 27
Binary 101110 1011101 10111 110011 0 1001011 1000000 1100100 111100 10111

Color Harmonies of #2E5D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5D17

Black with #2E5D17

Text Example


Text Example

White with #2E5D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,93,23); }

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

background-color css

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

 a { background-color: rgb(46,93,23); }

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

border-color css

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

 span { border-color: rgb(46,93,23); }

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