Html Css Color HEX #2E551E Palm Leaf

📋 copy color: '#2E551E'

red 46 ◦ green 85 ◦ blue 30

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

Shades of Palm Leaf #2E551E

Tints of Palm Leaf #2E551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.8%

 BLUE value IS 30 (12.11% from 255) = 18.63%

R = 28.57%
G = 52.8%
B = 18.63%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#2E551E (or 0x2E551E) is known color: Palm Leaf. HEX triplet: 2E, 55 and 1E. RGB value is (46,85,30). Sum of RGB (Red+Green+Blue) = 46+85+30=161 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.57% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 30 (12.11% from 255 or 18.63% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #2E551E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E551E is #D1AAE1. Grayscale: #434343. Windows color (decimal): -13740770 or 1987886. OLE color: 1987886.

HSL color Cylindrical-coordinate representation of color #2E551E: hue angle of 102.55º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E551E is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 46 85 30 -
CMYK 0.46 0 0.65 0.67
HSL 102.55º 0.48% 0.23% -
HSV(B) 102.55º 0.65% 0.33% -
XYZ 4.61 7.17 2.37 -
YUV 67.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 46 85 30 0.46 0 0.65 0.67 102.55 0.48 0.23
Hex 2E 55 1E 2E 0 41 43 67 30 17
Octal 56 125 36 56 0 101 103 147 60 27
Binary 101110 1010101 11110 101110 0 1000001 1000011 1100111 110000 10111

Color Harmonies of #2E551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E551E

Black with #2E551E

Text Example


Text Example

White with #2E551E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,85,30); }

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

background-color css

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

 a { background-color: rgb(46,85,30); }

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

border-color css

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

 span { border-color: rgb(46,85,30); }

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