Html Css Color HEX #2E7C3F Japanese Laurel

📋 copy color: '#2E7C3F'

red 46 ◦ green 124 ◦ blue 63

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

Shades of Japanese Laurel #2E7C3F

Tints of Japanese Laurel #2E7C3F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.22%

 BLUE value IS 63 (25% from 255) = 27.04%

R = 19.74%
G = 53.22%
B = 27.04%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#2E7C3F (or 0x2E7C3F) is known color: Japanese Laurel. HEX triplet: 2E, 7C and 3F. RGB value is (46,124,63). Sum of RGB (Red+Green+Blue) = 46+124+63=233 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.74% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #2E7C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7C3F is #D183C0. Grayscale: #5D5D5D. Windows color (decimal): -13730753 or 4160558. OLE color: 4160558.

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

Color convert

RGB 46 124 63 -
CMYK 0.63 0 0.49 0.51
HSL 133.08º 0.46% 0.33% -
HSV(B) 133.08º 0.63% 0.49% -
XYZ 9.23 15.36 7.18 -
YUV 93.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 46 124 63 0.63 0 0.49 0.51 133.08 0.46 0.33
Hex 2E 7C 3F 3F 0 31 33 85 2E 21
Octal 56 174 77 77 0 61 63 205 56 41
Binary 101110 1111100 111111 111111 0 110001 110011 10000101 101110 100001

Color Harmonies of #2E7C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7C3F

Black with #2E7C3F

Text Example


Text Example

White with #2E7C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,124,63); }

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

background-color css

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

 a { background-color: rgb(46,124,63); }

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

border-color css

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

 span { border-color: rgb(46,124,63); }

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