Html Css Color HEX #2E7940 Japanese Laurel

📋 copy color: '#2E7940'

red 46 ◦ green 121 ◦ blue 64

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

Shades of Japanese Laurel #2E7940

Tints of Japanese Laurel #2E7940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 52.38%

 BLUE value IS 64 (25.39% from 255) = 27.71%

R = 19.91%
G = 52.38%
B = 27.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#2E7940 (or 0x2E7940) is known color: Japanese Laurel. HEX triplet: 2E, 79 and 40. RGB value is (46,121,64). Sum of RGB (Red+Green+Blue) = 46+121+64=231 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.91% from 231); Green value is 121 (47.66% from 255 or 52.38% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 121 - color contains mainly: green. Hex color #2E7940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7940 is #D186BF. Grayscale: #5C5C5C. Windows color (decimal): -13731520 or 4225326. OLE color: 4225326.

HSL color Cylindrical-coordinate representation of color #2E7940: hue angle of 134.4º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7940 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 121 64 -
CMYK 0.62 0 0.47 0.53
HSL 134.4º 0.45% 0.33% -
HSV(B) 134.4º 0.62% 0.47% -
XYZ 8.89 14.63 7.21 -
YUV 92.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 46 121 64 0.62 0 0.47 0.53 134.4 0.45 0.33
Hex 2E 79 40 3E 0 2F 35 86 2D 21
Octal 56 171 100 76 0 57 65 206 55 41
Binary 101110 1111001 1000000 111110 0 101111 110101 10000110 101101 100001

Color Harmonies of #2E7940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7940

Black with #2E7940

Text Example


Text Example

White with #2E7940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,121,64); }

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

background-color css

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

 a { background-color: rgb(46,121,64); }

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

border-color css

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

 span { border-color: rgb(46,121,64); }

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