Html Css Color HEX #2E5F15 Palm Leaf

📋 copy color: '#2E5F15'

red 46 ◦ green 95 ◦ blue 21

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

Shades of Palm Leaf #2E5F15

Tints of Palm Leaf #2E5F15

RGB

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

 GREEN value IS 95 (37.5% from 255) = 58.64%

 BLUE value IS 21 (8.59% from 255) = 12.96%

R = 28.4%
G = 58.64%
B = 12.96%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#2E5F15 (or 0x2E5F15) is known color: Palm Leaf. HEX triplet: 2E, 5F and 15. RGB value is (46,95,21). Sum of RGB (Red+Green+Blue) = 46+95+21=162 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.40% from 162); Green value is 95 (37.5% from 255 or 58.64% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 95 - color contains mainly: green. Hex color #2E5F15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2E5F15 is #D1A0EA. Grayscale: #484848. Windows color (decimal): -13738219 or 1400622. OLE color: 1400622.

HSL color Cylindrical-coordinate representation of color #2E5F15: hue angle of 99.73º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E5F15 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.63.

Color convert

RGB 46 95 21 -
CMYK 0.52 0 0.78 0.63
HSL 99.73º 0.64% 0.23% -
HSV(B) 99.73º 0.78% 0.37% -
XYZ 5.35 8.82 2.13 -
YUV 71.91 99.27 109.52 -
System Red Green Blue C M Y K H S L
Decimal 46 95 21 0.52 0 0.78 0.63 99.73 0.64 0.23
Hex 2E 5F 15 34 0 4E 3F 64 40 17
Octal 56 137 25 64 0 116 77 144 100 27
Binary 101110 1011111 10101 110100 0 1001110 111111 1100100 1000000 10111

Color Harmonies of #2E5F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E5F15

Black with #2E5F15

Text Example


Text Example

White with #2E5F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,95,21); }

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

background-color css

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

 a { background-color: rgb(46,95,21); }

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

border-color css

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

 span { border-color: rgb(46,95,21); }

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