Html Css Color HEX #2E863B Japanese Laurel

📋 copy color: '#2E863B'

red 46 ◦ green 134 ◦ blue 59

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

Shades of Japanese Laurel #2E863B

Tints of Japanese Laurel #2E863B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 56.07%

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

R = 19.25%
G = 56.07%
B = 24.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#2E863B (or 0x2E863B) is known color: Japanese Laurel. HEX triplet: 2E, 86 and 3B. RGB value is (46,134,59). Sum of RGB (Red+Green+Blue) = 46+134+59=239 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.25% from 239); Green value is 134 (52.73% from 255 or 56.07% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 134 - color contains mainly: green. Hex color #2E863B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E863B is #D179C4. Grayscale: #636363. Windows color (decimal): -13728197 or 3900974. OLE color: 3900974.

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

Color convert

RGB 46 134 59 -
CMYK 0.66 0 0.56 0.47
HSL 128.86º 0.49% 0.35% -
HSV(B) 128.86º 0.66% 0.53% -
XYZ 10.44 17.95 7.05 -
YUV 99.14 105.35 90.1 -
System Red Green Blue C M Y K H S L
Decimal 46 134 59 0.66 0 0.56 0.47 128.86 0.49 0.35
Hex 2E 86 3B 42 0 38 2F 81 31 23
Octal 56 206 73 102 0 70 57 201 61 43
Binary 101110 10000110 111011 1000010 0 111000 101111 10000001 110001 100011

Color Harmonies of #2E863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E863B

Black with #2E863B

Text Example


Text Example

White with #2E863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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