Html Css Color HEX #2E7D39 Japanese Laurel

📋 copy color: '#2E7D39'

red 46 ◦ green 125 ◦ blue 57

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

Shades of Japanese Laurel #2E7D39

Tints of Japanese Laurel #2E7D39

RGB

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

 GREEN value IS 125 (49.22% from 255) = 54.82%

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

R = 20.18%
G = 54.82%
B = 25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#2E7D39 (or 0x2E7D39) is known color: Japanese Laurel. HEX triplet: 2E, 7D and 39. RGB value is (46,125,57). Sum of RGB (Red+Green+Blue) = 46+125+57=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 125 (49.22% from 255 or 54.82% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 125 - color contains mainly: green. Hex color #2E7D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7D39 is #D182C6. Grayscale: #5D5D5D. Windows color (decimal): -13730503 or 3767598. OLE color: 3767598.

HSL color Cylindrical-coordinate representation of color #2E7D39: hue angle of 128.35º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E7D39 is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 125 57 -
CMYK 0.63 0 0.54 0.51
HSL 128.35º 0.46% 0.34% -
HSV(B) 128.35º 0.63% 0.49% -
XYZ 9.2 15.54 6.39 -
YUV 93.63 107.33 94.03 -
System Red Green Blue C M Y K H S L
Decimal 46 125 57 0.63 0 0.54 0.51 128.35 0.46 0.34
Hex 2E 7D 39 3F 0 36 33 80 2E 22
Octal 56 175 71 77 0 66 63 200 56 42
Binary 101110 1111101 111001 111111 0 110110 110011 10000000 101110 100010

Color Harmonies of #2E7D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7D39

Black with #2E7D39

Text Example


Text Example

White with #2E7D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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