Html Css Color HEX #2E843B Japanese Laurel

📋 copy color: '#2E843B'

red 46 ◦ green 132 ◦ blue 59

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

Shades of Japanese Laurel #2E843B

Tints of Japanese Laurel #2E843B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.7%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 19.41%
G = 55.7%
B = 24.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#2E843B (or 0x2E843B) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 3B. RGB value is (46,132,59). Sum of RGB (Red+Green+Blue) = 46+132+59=237 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.41% from 237); Green value is 132 (51.95% from 255 or 55.70% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 132 - color contains mainly: green. Hex color #2E843B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E843B is #D17BC4. Grayscale: #626262. Windows color (decimal): -13728709 or 3900462. OLE color: 3900462.

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

Color convert

RGB 46 132 59 -
CMYK 0.65 0 0.55 0.48
HSL 129.07º 0.48% 0.35% -
HSV(B) 129.07º 0.65% 0.52% -
XYZ 10.17 17.4 6.96 -
YUV 97.96 106.01 90.94 -
System Red Green Blue C M Y K H S L
Decimal 46 132 59 0.65 0 0.55 0.48 129.07 0.48 0.35
Hex 2E 84 3B 41 0 37 30 81 30 23
Octal 56 204 73 101 0 67 60 201 60 43
Binary 101110 10000100 111011 1000001 0 110111 110000 10000001 110000 100011

Color Harmonies of #2E843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E843B

Black with #2E843B

Text Example


Text Example

White with #2E843B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,132,59); }

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

background-color css

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

 a { background-color: rgb(46,132,59); }

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

border-color css

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

 span { border-color: rgb(46,132,59); }

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