Html Css Color HEX #2E8D37 Japanese Laurel

📋 copy color: '#2E8D37'

red 46 ◦ green 141 ◦ blue 55

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

Shades of Japanese Laurel #2E8D37

Tints of Japanese Laurel #2E8D37

RGB

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

 GREEN value IS 141 (55.47% from 255) = 58.26%

 BLUE value IS 55 (21.88% from 255) = 22.73%

R = 19.01%
G = 58.26%
B = 22.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#2E8D37 (or 0x2E8D37) is known color: Japanese Laurel. HEX triplet: 2E, 8D and 37. RGB value is (46,141,55). Sum of RGB (Red+Green+Blue) = 46+141+55=242 (32% of max value = 765). Red value is 46 (18.36% from 255 or 19.01% from 242); Green value is 141 (55.47% from 255 or 58.26% from 242); Blue value is 55 (21.88% from 255 or 22.73% from 242); Max value from RGB is 141 - color contains mainly: green. Hex color #2E8D37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8D37 is #D172C8. Grayscale: #676767. Windows color (decimal): -13726409 or 3640622. OLE color: 3640622.

HSL color Cylindrical-coordinate representation of color #2E8D37: hue angle of 125.68º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E8D37 is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 141 55 -
CMYK 0.67 0 0.61 0.45
HSL 125.68º 0.51% 0.37% -
HSV(B) 125.68º 0.67% 0.55% -
XYZ 11.34 19.91 6.86 -
YUV 102.79 101.03 87.49 -
System Red Green Blue C M Y K H S L
Decimal 46 141 55 0.67 0 0.61 0.45 125.68 0.51 0.37
Hex 2E 8D 37 43 0 3D 2D 7E 33 25
Octal 56 215 67 103 0 75 55 176 63 45
Binary 101110 10001101 110111 1000011 0 111101 101101 1111110 110011 100101

Color Harmonies of #2E8D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8D37

Black with #2E8D37

Text Example


Text Example

White with #2E8D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,141,55); }

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

background-color css

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

 a { background-color: rgb(46,141,55); }

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

border-color css

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

 span { border-color: rgb(46,141,55); }

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