Html Css Color HEX #2E5B10 Palm Leaf

📋 copy color: '#2E5B10'

red 46 ◦ green 91 ◦ blue 16

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

Shades of Palm Leaf #2E5B10

Tints of Palm Leaf #2E5B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 59.48%

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

R = 30.07%
G = 59.48%
B = 10.46%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#2E5B10 (or 0x2E5B10) is known color: Palm Leaf. HEX triplet: 2E, 5B and 10. RGB value is (46,91,16). Sum of RGB (Red+Green+Blue) = 46+91+16=153 (20% of max value = 765). Red value is 46 (18.36% from 255 or 30.07% from 153); Green value is 91 (35.94% from 255 or 59.48% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 91 - color contains mainly: green. Hex color #2E5B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5B10 is #D1A4EF. Grayscale: #454545. Windows color (decimal): -13739248 or 1071918. OLE color: 1071918.

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

Color convert

RGB 46 91 16 -
CMYK 0.49 0 0.82 0.64
HSL 96º 0.7% 0.21% -
HSV(B) 96º 0.82% 0.36% -
XYZ 4.96 8.1 1.79 -
YUV 69 98.09 111.6 -
System Red Green Blue C M Y K H S L
Decimal 46 91 16 0.49 0 0.82 0.64 96 0.7 0.21
Hex 2E 5B 10 31 0 52 40 60 46 15
Octal 56 133 20 61 0 122 100 140 106 25
Binary 101110 1011011 10000 110001 0 1010010 1000000 1100000 1000110 10101

Color Harmonies of #2E5B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5B10

Black with #2E5B10

Text Example


Text Example

White with #2E5B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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