Html Css Color HEX #2E8439 Japanese Laurel

📋 copy color: '#2E8439'

red 46 ◦ green 132 ◦ blue 57

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

Shades of Japanese Laurel #2E8439

Tints of Japanese Laurel #2E8439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.26%

R = 19.57%
G = 56.17%
B = 24.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#2E8439 (or 0x2E8439) is known color: Japanese Laurel. HEX triplet: 2E, 84 and 39. RGB value is (46,132,57). Sum of RGB (Red+Green+Blue) = 46+132+57=235 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.57% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #2E8439 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2E8439 is #D17BC6. Grayscale: #616161. Windows color (decimal): -13728711 or 3769390. OLE color: 3769390.

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

Color convert

RGB 46 132 57 -
CMYK 0.65 0 0.57 0.48
HSL 127.67º 0.48% 0.35% -
HSV(B) 127.67º 0.65% 0.52% -
XYZ 10.12 17.38 6.69 -
YUV 97.74 105.01 91.1 -
System Red Green Blue C M Y K H S L
Decimal 46 132 57 0.65 0 0.57 0.48 127.67 0.48 0.35
Hex 2E 84 39 41 0 39 30 80 30 23
Octal 56 204 71 101 0 71 60 200 60 43
Binary 101110 10000100 111001 1000001 0 111001 110000 10000000 110000 100011

Color Harmonies of #2E8439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8439

Black with #2E8439

Text Example


Text Example

White with #2E8439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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