Html Css Color HEX #2E842D Japanese Laurel

📋 copy color: '#2E842D'

red 46 ◦ green 132 ◦ blue 45

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

Shades of Japanese Laurel #2E842D

Tints of Japanese Laurel #2E842D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.18%

R = 20.63%
G = 59.19%
B = 20.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#2E842D (or 0x2E842D) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 2D. RGB value is (46,132,45). Sum of RGB (Red+Green+Blue) = 46+132+45=223 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.63% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #2E842D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E842D is #D17BD2. Grayscale: #606060. Windows color (decimal): -13728723 or 2982958. OLE color: 2982958.

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

Color convert

RGB 46 132 45 -
CMYK 0.65 0 0.66 0.48
HSL 119.31º 0.49% 0.35% -
HSV(B) 119.31º 0.66% 0.52% -
XYZ 9.85 17.27 5.3 -
YUV 96.37 99.01 92.07 -
System Red Green Blue C M Y K H S L
Decimal 46 132 45 0.65 0 0.66 0.48 119.31 0.49 0.35
Hex 2E 84 2D 41 0 42 30 77 31 23
Octal 56 204 55 101 0 102 60 167 61 43
Binary 101110 10000100 101101 1000001 0 1000010 110000 1110111 110001 100011

Color Harmonies of #2E842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E842D

Black with #2E842D

Text Example


Text Example

White with #2E842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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