Html Css Color HEX #2E5223 Palm Leaf

📋 copy color: '#2E5223'

red 46 ◦ green 82 ◦ blue 35

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

Shades of Palm Leaf #2E5223

Tints of Palm Leaf #2E5223

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.31%

 BLUE value IS 35 (14.06% from 255) = 21.47%

R = 28.22%
G = 50.31%
B = 21.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.68

RGB Variations

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

Color information

#2E5223 (or 0x2E5223) is known color: Palm Leaf. HEX triplet: 2E, 52 and 23. RGB value is (46,82,35). Sum of RGB (Red+Green+Blue) = 46+82+35=163 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.22% from 163); Green value is 82 (32.42% from 255 or 50.31% from 163); Blue value is 35 (14.06% from 255 or 21.47% from 163); Max value from RGB is 82 - color contains mainly: green. Hex color #2E5223 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5223 is #D1ADDC. Grayscale: #424242. Windows color (decimal): -13741533 or 2314798. OLE color: 2314798.

HSL color Cylindrical-coordinate representation of color #2E5223: hue angle of 105.96º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E5223 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.

Color convert

RGB 46 82 35 -
CMYK 0.44 0 0.57 0.68
HSL 105.96º 0.4% 0.23% -
HSV(B) 105.96º 0.57% 0.32% -
XYZ 4.45 6.74 2.66 -
YUV 65.88 110.57 113.82 -
System Red Green Blue C M Y K H S L
Decimal 46 82 35 0.44 0 0.57 0.68 105.96 0.4 0.23
Hex 2E 52 23 2C 0 39 44 6A 28 17
Octal 56 122 43 54 0 71 104 152 50 27
Binary 101110 1010010 100011 101100 0 111001 1000100 1101010 101000 10111

Color Harmonies of #2E5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5223

Black with #2E5223

Text Example


Text Example

White with #2E5223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,82,35); }

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

background-color css

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

 a { background-color: rgb(46,82,35); }

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

border-color css

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

 span { border-color: rgb(46,82,35); }

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