Html Css Color HEX #2E5910 Palm Leaf

📋 copy color: '#2E5910'

red 46 ◦ green 89 ◦ blue 16

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

Shades of Palm Leaf #2E5910

Tints of Palm Leaf #2E5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 58.94%

 BLUE value IS 16 (6.64% from 255) = 10.6%

R = 30.46%
G = 58.94%
B = 10.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#2E5910 (or 0x2E5910) is known color: Palm Leaf. HEX triplet: 2E, 59 and 10. RGB value is (46,89,16). Sum of RGB (Red+Green+Blue) = 46+89+16=151 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.46% from 151); Green value is 89 (35.16% from 255 or 58.94% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 89 - color contains mainly: green. Hex color #2E5910 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5910 is #D1A6EF. Grayscale: #444444. Windows color (decimal): -13739760 or 1071406. OLE color: 1071406.

HSL color Cylindrical-coordinate representation of color #2E5910: hue angle of 95.34º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2E5910 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 46 89 16 -
CMYK 0.48 0 0.82 0.65
HSL 95.34º 0.7% 0.21% -
HSV(B) 95.34º 0.82% 0.35% -
XYZ 4.79 7.76 1.74 -
YUV 67.82 98.75 112.44 -
System Red Green Blue C M Y K H S L
Decimal 46 89 16 0.48 0 0.82 0.65 95.34 0.7 0.21
Hex 2E 59 10 30 0 52 41 5F 46 15
Octal 56 131 20 60 0 122 101 137 106 25
Binary 101110 1011001 10000 110000 0 1010010 1000001 1011111 1000110 10101

Color Harmonies of #2E5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5910

Black with #2E5910

Text Example


Text Example

White with #2E5910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,89,16); }

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

background-color css

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

 a { background-color: rgb(46,89,16); }

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

border-color css

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

 span { border-color: rgb(46,89,16); }

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