Html Css Color HEX #2E5127 Palm Leaf

📋 copy color: '#2E5127'

red 46 ◦ green 81 ◦ blue 39

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

Shades of Palm Leaf #2E5127

Tints of Palm Leaf #2E5127

RGB

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

 GREEN value IS 81 (32.03% from 255) = 48.8%

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

R = 27.71%
G = 48.8%
B = 23.49%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#2E5127 (or 0x2E5127) is known color: Palm Leaf. HEX triplet: 2E, 51 and 27. RGB value is (46,81,39). Sum of RGB (Red+Green+Blue) = 46+81+39=166 (21% of max value = 765). Red value is 46 (18.36% from 255 or 27.71% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #2E5127 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5127 is #D1AED8. Grayscale: #414141. Windows color (decimal): -13741785 or 2576686. OLE color: 2576686.

HSL color Cylindrical-coordinate representation of color #2E5127: hue angle of 110º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5127 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 81 39 -
CMYK 0.43 0 0.52 0.68
HSL 110º 0.35% 0.24% -
HSV(B) 110º 0.52% 0.32% -
XYZ 4.44 6.61 2.96 -
YUV 65.75 112.9 113.92 -
System Red Green Blue C M Y K H S L
Decimal 46 81 39 0.43 0 0.52 0.68 110 0.35 0.24
Hex 2E 51 27 2B 0 34 44 6E 23 18
Octal 56 121 47 53 0 64 104 156 43 30
Binary 101110 1010001 100111 101011 0 110100 1000100 1101110 100011 11000

Color Harmonies of #2E5127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5127

Black with #2E5127

Text Example


Text Example

White with #2E5127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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