Html Css Color HEX #2E5A1F Palm Leaf

📋 copy color: '#2E5A1F'

red 46 ◦ green 90 ◦ blue 31

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

Shades of Palm Leaf #2E5A1F

Tints of Palm Leaf #2E5A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 27.54%
G = 53.89%
B = 18.56%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#2E5A1F (or 0x2E5A1F) is known color: Palm Leaf. HEX triplet: 2E, 5A and 1F. RGB value is (46,90,31). Sum of RGB (Red+Green+Blue) = 46+90+31=167 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.54% from 167); Green value is 90 (35.55% from 255 or 53.89% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 90 - color contains mainly: green. Hex color #2E5A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5A1F is #D1A5E0. Grayscale: #464646. Windows color (decimal): -13739489 or 2054702. OLE color: 2054702.

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

Color convert

RGB 46 90 31 -
CMYK 0.49 0 0.66 0.65
HSL 104.75º 0.49% 0.24% -
HSV(B) 104.75º 0.66% 0.35% -
XYZ 5.03 7.99 2.57 -
YUV 70.12 105.92 110.8 -
System Red Green Blue C M Y K H S L
Decimal 46 90 31 0.49 0 0.66 0.65 104.75 0.49 0.24
Hex 2E 5A 1F 31 0 42 41 69 31 18
Octal 56 132 37 61 0 102 101 151 61 30
Binary 101110 1011010 11111 110001 0 1000010 1000001 1101001 110001 11000

Color Harmonies of #2E5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5A1F

Black with #2E5A1F

Text Example


Text Example

White with #2E5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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