Html Css Color HEX #2E5A1C Palm Leaf

📋 copy color: '#2E5A1C'

red 46 ◦ green 90 ◦ blue 28

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

Shades of Palm Leaf #2E5A1C

Tints of Palm Leaf #2E5A1C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 54.88%

 BLUE value IS 28 (11.33% from 255) = 17.07%

R = 28.05%
G = 54.88%
B = 17.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#2E5A1C (or 0x2E5A1C) is known color: Palm Leaf. HEX triplet: 2E, 5A and 1C. RGB value is (46,90,28). Sum of RGB (Red+Green+Blue) = 46+90+28=164 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.05% from 164); Green value is 90 (35.55% from 255 or 54.88% from 164); Blue value is 28 (11.33% from 255 or 17.07% from 164); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A1C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A1C is #D1A5E3. Grayscale: #454545. Windows color (decimal): -13739492 or 1858094. OLE color: 1858094.

HSL color Cylindrical-coordinate representation of color #2E5A1C: hue angle of 102.58º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5A1C is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 90 28 -
CMYK 0.49 0 0.69 0.65
HSL 102.58º 0.53% 0.23% -
HSV(B) 102.58º 0.69% 0.35% -
XYZ 4.99 7.98 2.38 -
YUV 69.78 104.42 111.04 -
System Red Green Blue C M Y K H S L
Decimal 46 90 28 0.49 0 0.69 0.65 102.58 0.53 0.23
Hex 2E 5A 1C 31 0 45 41 67 35 17
Octal 56 132 34 61 0 105 101 147 65 27
Binary 101110 1011010 11100 110001 0 1000101 1000001 1100111 110101 10111

Color Harmonies of #2E5A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A1C

Black with #2E5A1C

Text Example


Text Example

White with #2E5A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,90,28); }

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

background-color css

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

 a { background-color: rgb(46,90,28); }

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

border-color css

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

 span { border-color: rgb(46,90,28); }

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