Html Css Color HEX #2E4625 Palm Leaf

📋 copy color: '#2E4625'

red 46 ◦ green 70 ◦ blue 37

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

Shades of Palm Leaf #2E4625

Tints of Palm Leaf #2E4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.75%

 BLUE value IS 37 (14.84% from 255) = 24.18%

R = 30.07%
G = 45.75%
B = 24.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#2E4625 (or 0x2E4625) is known color: Palm Leaf. HEX triplet: 2E, 46 and 25. RGB value is (46,70,37). Sum of RGB (Red+Green+Blue) = 46+70+37=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 70 (27.73% from 255 or 45.75% from 153); Blue value is 37 (14.84% from 255 or 24.18% from 153); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4625 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4625 is #D1B9DA. Grayscale: #3B3B3B. Windows color (decimal): -13744603 or 2442798. OLE color: 2442798.

HSL color Cylindrical-coordinate representation of color #2E4625: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E4625 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 46 70 37 -
CMYK 0.34 0 0.47 0.73
HSL 103.64º 0.31% 0.21% -
HSV(B) 103.64º 0.47% 0.27% -
XYZ 3.65 5.09 2.54 -
YUV 59.06 115.55 118.68 -
System Red Green Blue C M Y K H S L
Decimal 46 70 37 0.34 0 0.47 0.73 103.64 0.31 0.21
Hex 2E 46 25 22 0 2F 49 68 1F 15
Octal 56 106 45 42 0 57 111 150 37 25
Binary 101110 1000110 100101 100010 0 101111 1001001 1101000 11111 10101

Color Harmonies of #2E4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4625

Black with #2E4625

Text Example


Text Example

White with #2E4625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,70,37); }

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

background-color css

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

 a { background-color: rgb(46,70,37); }

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

border-color css

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

 span { border-color: rgb(46,70,37); }

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