Html Css Color HEX #2E853D Japanese Laurel

📋 copy color: '#2E853D'

red 46 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #2E853D

Tints of Japanese Laurel #2E853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.42%

 BLUE value IS 61 (24.22% from 255) = 25.42%

R = 19.17%
G = 55.42%
B = 25.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#2E853D (or 0x2E853D) is known color: Japanese Laurel. HEX triplet: 2E, 85 and 3D. RGB value is (46,133,61). Sum of RGB (Red+Green+Blue) = 46+133+61=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #2E853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E853D is #D17AC2. Grayscale: #626262. Windows color (decimal): -13728451 or 4031790. OLE color: 4031790.

HSL color Cylindrical-coordinate representation of color #2E853D: hue angle of 130.34º degrees, saturation: 0.49, 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 #2E853D is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 46 133 61 -
CMYK 0.65 0 0.54 0.48
HSL 130.34º 0.49% 0.35% -
HSV(B) 130.34º 0.65% 0.52% -
XYZ 10.36 17.69 7.28 -
YUV 98.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 46 133 61 0.65 0 0.54 0.48 130.34 0.49 0.35
Hex 2E 85 3D 41 0 36 30 82 31 23
Octal 56 205 75 101 0 66 60 202 61 43
Binary 101110 10000101 111101 1000001 0 110110 110000 10000010 110001 100011

Color Harmonies of #2E853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E853D

Black with #2E853D

Text Example


Text Example

White with #2E853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,133,61); }

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

background-color css

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

 a { background-color: rgb(46,133,61); }

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

border-color css

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

 span { border-color: rgb(46,133,61); }

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