Html Css Color HEX #2E4B2A Palm Leaf

📋 copy color: '#2E4B2A'

red 46 ◦ green 75 ◦ blue 42

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

Shades of Palm Leaf #2E4B2A

Tints of Palm Leaf #2E4B2A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 46.01%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 28.22%
G = 46.01%
B = 25.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#2E4B2A (or 0x2E4B2A) is known color: Palm Leaf. HEX triplet: 2E, 4B and 2A. RGB value is (46,75,42). Sum of RGB (Red+Green+Blue) = 46+75+42=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 75 (29.69% from 255 or 46.01% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 75 - color contains mainly: green. Hex color #2E4B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4B2A is #D1B4D5. Grayscale: #3E3E3E. Windows color (decimal): -13743318 or 2771758. OLE color: 2771758.

HSL color Cylindrical-coordinate representation of color #2E4B2A: hue angle of 112.73º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2E4B2A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 75 42 -
CMYK 0.39 0 0.44 0.71
HSL 112.73º 0.28% 0.23% -
HSV(B) 112.73º 0.44% 0.29% -
XYZ 4.06 5.78 3.09 -
YUV 62.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 46 75 42 0.39 0 0.44 0.71 112.73 0.28 0.23
Hex 2E 4B 2A 27 0 2C 47 71 1C 17
Octal 56 113 52 47 0 54 107 161 34 27
Binary 101110 1001011 101010 100111 0 101100 1000111 1110001 11100 10111

Color Harmonies of #2E4B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4B2A

Black with #2E4B2A

Text Example


Text Example

White with #2E4B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,75,42); }

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

background-color css

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

 a { background-color: rgb(46,75,42); }

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

border-color css

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

 span { border-color: rgb(46,75,42); }

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