Html Css Color HEX #2E4627 Palm Leaf

📋 copy color: '#2E4627'

red 46 ◦ green 70 ◦ blue 39

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

Shades of Palm Leaf #2E4627

Tints of Palm Leaf #2E4627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.16%

R = 29.68%
G = 45.16%
B = 25.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#2E4627 (or 0x2E4627) is known color: Palm Leaf. HEX triplet: 2E, 46 and 27. RGB value is (46,70,39). Sum of RGB (Red+Green+Blue) = 46+70+39=155 (20% of max value = 765). Red value is 46 (18.36% from 255 or 29.68% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #2E4627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4627 is #D1B9D8. Grayscale: #3B3B3B. Windows color (decimal): -13744601 or 2573870. OLE color: 2573870.

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

Color convert

RGB 46 70 39 -
CMYK 0.34 0 0.44 0.73
HSL 106.45º 0.28% 0.21% -
HSV(B) 106.45º 0.44% 0.27% -
XYZ 3.68 5.11 2.71 -
YUV 59.29 116.55 118.52 -
System Red Green Blue C M Y K H S L
Decimal 46 70 39 0.34 0 0.44 0.73 106.45 0.28 0.21
Hex 2E 46 27 22 0 2C 49 6A 1C 15
Octal 56 106 47 42 0 54 111 152 34 25
Binary 101110 1000110 100111 100010 0 101100 1001001 1101010 11100 10101

Color Harmonies of #2E4627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4627

Black with #2E4627

Text Example


Text Example

White with #2E4627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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