Html Css Color HEX #2E893E Japanese Laurel

📋 copy color: '#2E893E'

red 46 ◦ green 137 ◦ blue 62

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

Shades of Japanese Laurel #2E893E

Tints of Japanese Laurel #2E893E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 55.92%

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 18.78%
G = 55.92%
B = 25.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#2E893E (or 0x2E893E) is known color: Japanese Laurel. HEX triplet: 2E, 89 and 3E. RGB value is (46,137,62). Sum of RGB (Red+Green+Blue) = 46+137+62=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 137 (53.91% from 255 or 55.92% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 137 - color contains mainly: green. Hex color #2E893E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E893E is #D176C1. Grayscale: #656565. Windows color (decimal): -13727426 or 4098350. OLE color: 4098350.

HSL color Cylindrical-coordinate representation of color #2E893E: hue angle of 130.55º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E893E is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 62 -
CMYK 0.66 0 0.55 0.46
HSL 130.55º 0.5% 0.36% -
HSV(B) 130.55º 0.66% 0.54% -
XYZ 10.94 18.82 7.61 -
YUV 101.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 46 137 62 0.66 0 0.55 0.46 130.55 0.5 0.36
Hex 2E 89 3E 42 0 37 2E 83 32 24
Octal 56 211 76 102 0 67 56 203 62 44
Binary 101110 10001001 111110 1000010 0 110111 101110 10000011 110010 100100

Color Harmonies of #2E893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E893E

Black with #2E893E

Text Example


Text Example

White with #2E893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,62); }

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

background-color css

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

 a { background-color: rgb(46,137,62); }

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

border-color css

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

 span { border-color: rgb(46,137,62); }

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