Html Css Color HEX #2E4926 Palm Leaf

📋 copy color: '#2E4926'

red 46 ◦ green 73 ◦ blue 38

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

Shades of Palm Leaf #2E4926

Tints of Palm Leaf #2E4926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 46.5%

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 29.3%
G = 46.5%
B = 24.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#2E4926 (or 0x2E4926) is known color: Palm Leaf. HEX triplet: 2E, 49 and 26. RGB value is (46,73,38). Sum of RGB (Red+Green+Blue) = 46+73+38=157 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.30% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4926 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4926 is #D1B6D9. Grayscale: #3D3D3D. Windows color (decimal): -13743834 or 2509102. OLE color: 2509102.

HSL color Cylindrical-coordinate representation of color #2E4926: hue angle of 106.29º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E4926 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 73 38 -
CMYK 0.37 0 0.48 0.71
HSL 106.29º 0.32% 0.22% -
HSV(B) 106.29º 0.48% 0.29% -
XYZ 3.86 5.49 2.69 -
YUV 60.94 115.05 117.35 -
System Red Green Blue C M Y K H S L
Decimal 46 73 38 0.37 0 0.48 0.71 106.29 0.32 0.22
Hex 2E 49 26 25 0 30 47 6A 20 16
Octal 56 111 46 45 0 60 107 152 40 26
Binary 101110 1001001 100110 100101 0 110000 1000111 1101010 100000 10110

Color Harmonies of #2E4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4926

Black with #2E4926

Text Example


Text Example

White with #2E4926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,38); }

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

background-color css

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

 a { background-color: rgb(46,73,38); }

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

border-color css

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

 span { border-color: rgb(46,73,38); }

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