Html Css Color HEX #2E481E Palm Leaf

📋 copy color: '#2E481E'

red 46 ◦ green 72 ◦ blue 30

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

Shades of Palm Leaf #2E481E

Tints of Palm Leaf #2E481E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.65%

 BLUE value IS 30 (12.11% from 255) = 20.27%

R = 31.08%
G = 48.65%
B = 20.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#2E481E (or 0x2E481E) is known color: Palm Leaf. HEX triplet: 2E, 48 and 1E. RGB value is (46,72,30). Sum of RGB (Red+Green+Blue) = 46+72+30=148 (19% of max value = 765). Red value is 46 (18.36% from 255 or 31.08% from 148); Green value is 72 (28.52% from 255 or 48.65% from 148); Blue value is 30 (12.11% from 255 or 20.27% from 148); Max value from RGB is 72 - color contains mainly: green. Hex color #2E481E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E481E is #D1B7E1. Grayscale: #3B3B3B. Windows color (decimal): -13744098 or 1984558. OLE color: 1984558.

HSL color Cylindrical-coordinate representation of color #2E481E: hue angle of 97.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E481E is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 46 72 30 -
CMYK 0.36 0 0.58 0.72
HSL 97.14º 0.41% 0.2% -
HSV(B) 97.14º 0.58% 0.28% -
XYZ 3.68 5.31 2.06 -
YUV 59.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 46 72 30 0.36 0 0.58 0.72 97.14 0.41 0.2
Hex 2E 48 1E 24 0 3A 48 61 29 14
Octal 56 110 36 44 0 72 110 141 51 24
Binary 101110 1001000 11110 100100 0 111010 1001000 1100001 101001 10100

Color Harmonies of #2E481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E481E

Black with #2E481E

Text Example


Text Example

White with #2E481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,30); }

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

background-color css

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

 a { background-color: rgb(46,72,30); }

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

border-color css

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

 span { border-color: rgb(46,72,30); }

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