Html Css Color HEX #2E5526 Palm Leaf

📋 copy color: '#2E5526'

red 46 ◦ green 85 ◦ blue 38

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

Shades of Palm Leaf #2E5526

Tints of Palm Leaf #2E5526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.49%

R = 27.22%
G = 50.3%
B = 22.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#2E5526 (or 0x2E5526) is known color: Palm Leaf. HEX triplet: 2E, 55 and 26. RGB value is (46,85,38). Sum of RGB (Red+Green+Blue) = 46+85+38=169 (22% of max value = 765). Red value is 46 (18.36% from 255 or 27.22% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 38 (15.23% from 255 or 22.49% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #2E5526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5526 is #D1AAD9. Grayscale: #444444. Windows color (decimal): -13740762 or 2512174. OLE color: 2512174.

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

Color convert

RGB 46 85 38 -
CMYK 0.46 0 0.55 0.67
HSL 109.79º 0.38% 0.24% -
HSV(B) 109.79º 0.55% 0.33% -
XYZ 4.73 7.22 2.98 -
YUV 67.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 46 85 38 0.46 0 0.55 0.67 109.79 0.38 0.24
Hex 2E 55 26 2E 0 37 43 6E 26 18
Octal 56 125 46 56 0 67 103 156 46 30
Binary 101110 1010101 100110 101110 0 110111 1000011 1101110 100110 11000

Color Harmonies of #2E5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5526

Black with #2E5526

Text Example


Text Example

White with #2E5526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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