Html Css Color HEX #2E4A1F Palm Leaf

📋 copy color: '#2E4A1F'

red 46 ◦ green 74 ◦ blue 31

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

Shades of Palm Leaf #2E4A1F

Tints of Palm Leaf #2E4A1F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 49.01%

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

R = 30.46%
G = 49.01%
B = 20.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#2E4A1F (or 0x2E4A1F) is known color: Palm Leaf. HEX triplet: 2E, 4A and 1F. RGB value is (46,74,31). Sum of RGB (Red+Green+Blue) = 46+74+31=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A1F is #D1B5E0. Grayscale: #3C3C3C. Windows color (decimal): -13743585 or 2050606. OLE color: 2050606.

HSL color Cylindrical-coordinate representation of color #2E4A1F: hue angle of 99.07º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E4A1F is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 74 31 -
CMYK 0.38 0 0.58 0.71
HSL 99.07º 0.41% 0.21% -
HSV(B) 99.07º 0.58% 0.29% -
XYZ 3.82 5.58 2.17 -
YUV 60.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 46 74 31 0.38 0 0.58 0.71 99.07 0.41 0.21
Hex 2E 4A 1F 26 0 3A 47 63 29 15
Octal 56 112 37 46 0 72 107 143 51 25
Binary 101110 1001010 11111 100110 0 111010 1000111 1100011 101001 10101

Color Harmonies of #2E4A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A1F

Black with #2E4A1F

Text Example


Text Example

White with #2E4A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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